修改pom

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@179 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
william.liangf 2011-11-02 09:13:46 +00:00
parent 3b208ee767
commit 66849875a3
1 changed files with 6 additions and 4 deletions

View File

@ -33,6 +33,12 @@
<groupId>com.alibaba</groupId>
<artifactId>dubbo-container</artifactId>
<version>${project.parent.version}</version>
<exclusions>
<exclusion>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
@ -66,10 +72,6 @@
<artifactId>dubbo-remoting-http</artifactId>
<version>${project.parent.version}</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>