修改pom
git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@179 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
parent
3b208ee767
commit
66849875a3
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue