Remove unnecessary dependencies

This commit is contained in:
ken.lj 2018-01-17 17:19:45 +08:00
parent 9cb942681b
commit 09722e3a93
1 changed files with 0 additions and 14 deletions

View File

@ -35,20 +35,6 @@ limitations under the License.
<artifactId>dubbo-common</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<exclusions>
<exclusion>
<groupId>org.mortbay.jetty</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
</dependencies>
<build>
<plugins>