Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
xlorne authored Feb 8, 2019
1 parent 842d68d commit 218ca15
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@
<txlcn-hikari-cp.version>3.1.0</txlcn-hikari-cp.version>
<txlcn-com.github.pagehelper.version>1.2.10</txlcn-com.github.pagehelper.version>
<txlcn-org.mybatis.spring.boot.version>1.3.2</txlcn-org.mybatis.spring.boot.version>
<txlcn-org.springframework.spring-webmvc.version>5.1.4.RELEASE</txlcn-org.springframework.spring-webmvc.version>
<txlcn-javax.servlet-api.version>4.0.1</txlcn-javax.servlet-api.version>
<txlcn-com.alibaba.dubbo.verion>2.6.5</txlcn-com.alibaba.dubbo.verion>
<txlcn-com.netflix.feign.core.verison>8.18.0</txlcn-com.netflix.feign.core.verison>
<txlcn-com.netflix.ribbon.loadbalancer.version>2.3.0</txlcn-com.netflix.ribbon.loadbalancer.version>
Expand Down Expand Up @@ -260,18 +258,6 @@
<version>${txlcn-guava.version}</version>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${txlcn-org.springframework.spring-webmvc.version}</version>
</dependency>

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>${txlcn-javax.servlet-api.version}</version>
</dependency>

<dependency>
<groupId>com.alibaba</groupId>
<artifactId>dubbo</artifactId>
Expand Down Expand Up @@ -449,4 +435,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 218ca15

Please sign in to comment.