|
6 | 6 |
|
7 | 7 | <groupId>com.codingapi.txlcn</groupId> |
8 | 8 | <artifactId>tx-lcn</artifactId> |
9 | | - <version>5.0.0</version> |
| 9 | + <version>5.0.0.RELEASE</version> |
10 | 10 | <packaging>pom</packaging> |
11 | 11 |
|
12 | 12 |
|
|
43 | 43 | <maven.javadoc.plugin>2.10.3</maven.javadoc.plugin> |
44 | 44 | <maven.gpg.plugin>1.6</maven.gpg.plugin> |
45 | 45 |
|
46 | | - <codingapi.txlcn.version>5.0.0</codingapi.txlcn.version> |
| 46 | + <codingapi.txlcn.version>5.0.0.RELEASE</codingapi.txlcn.version> |
47 | 47 |
|
48 | 48 | <txlcn-org.projectlombok.version>1.18.0</txlcn-org.projectlombok.version> |
49 | 49 | <txlcn-spring-cloud.version>Finchley.SR2</txlcn-spring-cloud.version> |
|
53 | 53 | <txlcn-hessian.version>4.0.38</txlcn-hessian.version> |
54 | 54 | <txlcn-protostuff.version>1.1.3</txlcn-protostuff.version> |
55 | 55 | <txlcn-kryo.version>4.0.0</txlcn-kryo.version> |
56 | | - <txlcn-com.alibaba.boot.dubbo.version>0.2.0</txlcn-com.alibaba.boot.dubbo.version> |
57 | | - <txlcn-brave-instrumentation.version>5.4.3</txlcn-brave-instrumentation.version> |
| 56 | + |
58 | 57 | <txlcn-com.lmax.disruptor.version>3.4.2</txlcn-com.lmax.disruptor.version> |
59 | 58 | <txlcn-commons-dbutils.version>1.7</txlcn-commons-dbutils.version> |
60 | 59 | <txlcn-com.github.jsqlparser.version>1.3</txlcn-com.github.jsqlparser.version> |
61 | 60 | <txlcn-com.h2database.version>1.4.197</txlcn-com.h2database.version> |
62 | 61 | <txlcn-hikari-cp.version>3.1.0</txlcn-hikari-cp.version> |
63 | 62 | <txlcn-com.github.pagehelper.version>1.2.10</txlcn-com.github.pagehelper.version> |
64 | 63 | <txlcn-org.mybatis.spring.boot.version>1.3.2</txlcn-org.mybatis.spring.boot.version> |
| 64 | + <txlcn-org.springframework.spring-webmvc.version>5.1.4.RELEASE</txlcn-org.springframework.spring-webmvc.version> |
| 65 | + <txlcn-javax.servlet-api.version>4.0.1</txlcn-javax.servlet-api.version> |
| 66 | + <txlcn-com.alibaba.dubbo.verion>2.6.5</txlcn-com.alibaba.dubbo.verion> |
| 67 | + <txlcn-com.netflix.feign.core.verison>8.18.0</txlcn-com.netflix.feign.core.verison> |
| 68 | + <txlcn-com.netflix.ribbon.loadbalancer.version>2.3.0</txlcn-com.netflix.ribbon.loadbalancer.version> |
| 69 | + <txlcn-org.springframework.cloud.commons.version>2.1.0.RELEASE</txlcn-org.springframework.cloud.commons.version> |
65 | 70 | </properties> |
66 | 71 |
|
67 | 72 |
|
|
225 | 230 | <version>${txlcn-com.alibaba.fastjson.version}</version> |
226 | 231 | </dependency> |
227 | 232 |
|
228 | | - <dependency> |
229 | | - <groupId>com.alibaba.boot</groupId> |
230 | | - <artifactId>dubbo-spring-boot-starter</artifactId> |
231 | | - <version>${txlcn-com.alibaba.boot.dubbo.version}</version> |
232 | | - </dependency> |
233 | | - |
234 | | - <dependency> |
235 | | - <groupId>io.zipkin.brave</groupId> |
236 | | - <artifactId>brave-instrumentation-dubbo-rpc</artifactId> |
237 | | - <version>${txlcn-brave-instrumentation.version}</version> |
238 | | - </dependency> |
239 | | - |
240 | 233 | <dependency> |
241 | 234 | <groupId>com.caucho</groupId> |
242 | 235 | <artifactId>hessian</artifactId> |
|
267 | 260 | <version>${txlcn-guava.version}</version> |
268 | 261 | </dependency> |
269 | 262 |
|
| 263 | + <dependency> |
| 264 | + <groupId>org.springframework</groupId> |
| 265 | + <artifactId>spring-webmvc</artifactId> |
| 266 | + <version>${txlcn-org.springframework.spring-webmvc.version}</version> |
| 267 | + </dependency> |
| 268 | + |
| 269 | + <dependency> |
| 270 | + <groupId>javax.servlet</groupId> |
| 271 | + <artifactId>javax.servlet-api</artifactId> |
| 272 | + <version>${txlcn-javax.servlet-api.version}</version> |
| 273 | + </dependency> |
| 274 | + |
| 275 | + <dependency> |
| 276 | + <groupId>com.alibaba</groupId> |
| 277 | + <artifactId>dubbo</artifactId> |
| 278 | + <version>${txlcn-com.alibaba.dubbo.verion}</version> |
| 279 | + </dependency> |
| 280 | + |
| 281 | + <dependency> |
| 282 | + <groupId>com.netflix.feign</groupId> |
| 283 | + <artifactId>feign-core</artifactId> |
| 284 | + <version>${txlcn-com.netflix.feign.core.verison}</version> |
| 285 | + </dependency> |
| 286 | + |
| 287 | + <dependency> |
| 288 | + <groupId>com.netflix.ribbon</groupId> |
| 289 | + <artifactId>ribbon-loadbalancer</artifactId> |
| 290 | + <version>${txlcn-com.netflix.ribbon.loadbalancer.version}</version> |
| 291 | + </dependency> |
| 292 | + |
270 | 293 | <dependency> |
271 | 294 | <groupId>org.springframework.cloud</groupId> |
272 | | - <artifactId>spring-cloud-dependencies</artifactId> |
273 | | - <version>${txlcn-spring-cloud.version}</version> |
274 | | - <type>pom</type> |
275 | | - <scope>import</scope> |
| 295 | + <artifactId>spring-cloud-commons</artifactId> |
| 296 | + <version>${txlcn-org.springframework.cloud.commons.version}</version> |
276 | 297 | </dependency> |
277 | 298 |
|
278 | 299 | </dependencies> |
|
0 commit comments