|
6 | 6 |
|
7 | 7 | <groupId>com.codingapi.txlcn</groupId> |
8 | 8 | <artifactId>tx-lcn</artifactId> |
9 | | - <version>5.0.1.RELEASE</version> |
| 9 | + <version>5.0.2.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.1.RELEASE</codingapi.txlcn.version> |
| 46 | + <codingapi.txlcn.version>5.0.2.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> |
50 | 50 | <txlcn-io.netty.version>4.1.31.Final</txlcn-io.netty.version> |
51 | 51 | <txlcn-com.alibaba.fastjson.version>1.2.34</txlcn-com.alibaba.fastjson.version> |
52 | 52 | <txlcn-guava.version>19.0</txlcn-guava.version> |
53 | 53 | <txlcn-hessian.version>4.0.38</txlcn-hessian.version> |
54 | | - <txlcn-protostuff.version>1.1.3</txlcn-protostuff.version> |
| 54 | + <txlcn-protostuff.version>1.6.0</txlcn-protostuff.version> |
55 | 55 | <txlcn-kryo.version>4.0.0</txlcn-kryo.version> |
56 | 56 |
|
57 | 57 | <txlcn-com.lmax.disruptor.version>3.4.2</txlcn-com.lmax.disruptor.version> |
58 | 58 | <txlcn-commons-dbutils.version>1.7</txlcn-commons-dbutils.version> |
59 | 59 | <txlcn-com.github.jsqlparser.version>1.3</txlcn-com.github.jsqlparser.version> |
60 | 60 | <txlcn-com.h2database.version>1.4.197</txlcn-com.h2database.version> |
61 | 61 | <txlcn-hikari-cp.version>3.1.0</txlcn-hikari-cp.version> |
62 | | - <txlcn-com.github.pagehelper.version>1.2.10</txlcn-com.github.pagehelper.version> |
63 | | - <txlcn-org.mybatis.spring.boot.version>1.3.2</txlcn-org.mybatis.spring.boot.version> |
| 62 | + |
| 63 | + |
64 | 64 | <txlcn-com.alibaba.dubbo.verion>2.6.5</txlcn-com.alibaba.dubbo.verion> |
65 | 65 | <txlcn-com.netflix.feign.core.verison>8.18.0</txlcn-com.netflix.feign.core.verison> |
66 | 66 | <txlcn-com.netflix.ribbon.loadbalancer.version>2.3.0</txlcn-com.netflix.ribbon.loadbalancer.version> |
|
112 | 112 | </dependency> |
113 | 113 |
|
114 | 114 | <dependency> |
115 | | - <groupId>com.dyuproject.protostuff</groupId> |
| 115 | + <groupId>io.protostuff</groupId> |
116 | 116 | <artifactId>protostuff-core</artifactId> |
117 | 117 | </dependency> |
118 | 118 |
|
119 | 119 | <dependency> |
120 | | - <groupId>com.dyuproject.protostuff</groupId> |
| 120 | + <groupId>io.protostuff</groupId> |
121 | 121 | <artifactId>protostuff-runtime</artifactId> |
122 | 122 | </dependency> |
123 | 123 |
|
| 124 | + |
124 | 125 | <dependency> |
125 | 126 | <groupId>com.esotericsoftware</groupId> |
126 | 127 | <artifactId>kryo-shaded</artifactId> |
|
138 | 139 | <dependencyManagement> |
139 | 140 | <dependencies> |
140 | 141 |
|
141 | | - <dependency> |
142 | | - <groupId>com.codingapi.txlcn</groupId> |
143 | | - <artifactId>txlcn-tc</artifactId> |
144 | | - <version>${codingapi.txlcn.version}</version> |
145 | | - </dependency> |
146 | | - |
147 | 142 | <dependency> |
148 | 143 | <groupId>com.codingapi.txlcn</groupId> |
149 | 144 | <artifactId>txlcn-txmsg-netty</artifactId> |
|
174 | 169 | <version>${codingapi.txlcn.version}</version> |
175 | 170 | </dependency> |
176 | 171 |
|
177 | | - <dependency> |
178 | | - <groupId>com.github.pagehelper</groupId> |
179 | | - <artifactId>pagehelper-spring-boot-starter</artifactId> |
180 | | - <version>${txlcn-com.github.pagehelper.version}</version> |
181 | | - </dependency> |
182 | | - |
183 | | - <dependency> |
184 | | - <groupId>org.mybatis.spring.boot</groupId> |
185 | | - <artifactId>mybatis-spring-boot-starter</artifactId> |
186 | | - <version>${txlcn-org.mybatis.spring.boot.version}</version> |
187 | | - </dependency> |
188 | | - |
189 | 172 | <dependency> |
190 | 173 | <groupId>com.h2database</groupId> |
191 | 174 | <artifactId>h2</artifactId> |
|
235 | 218 | </dependency> |
236 | 219 |
|
237 | 220 | <dependency> |
238 | | - <groupId>com.dyuproject.protostuff</groupId> |
| 221 | + <groupId>io.protostuff</groupId> |
239 | 222 | <artifactId>protostuff-core</artifactId> |
240 | 223 | <version>${txlcn-protostuff.version}</version> |
241 | 224 | </dependency> |
242 | 225 |
|
243 | 226 | <dependency> |
244 | | - <groupId>com.dyuproject.protostuff</groupId> |
| 227 | + <groupId>io.protostuff</groupId> |
245 | 228 | <artifactId>protostuff-runtime</artifactId> |
246 | 229 | <version>${txlcn-protostuff.version}</version> |
247 | 230 | </dependency> |
|
282 | 265 | <version>${txlcn-org.springframework.cloud.commons.version}</version> |
283 | 266 | </dependency> |
284 | 267 |
|
| 268 | + <dependency> |
| 269 | + <groupId>com.netflix.hystrix</groupId> |
| 270 | + <artifactId>hystrix-core</artifactId> |
| 271 | + <version>1.5.18</version> |
| 272 | + </dependency> |
| 273 | + |
| 274 | + |
285 | 275 | </dependencies> |
286 | 276 | </dependencyManagement> |
287 | 277 |
|
|
0 commit comments