|
6 | 6 |
|
7 | 7 | <groupId>com.codingapi.txlcn</groupId> |
8 | 8 | <artifactId>tx-lcn</artifactId> |
9 | | - <version>5.0.0.RC1</version> |
| 9 | + <version>5.0.0.RC2</version> |
10 | 10 | <packaging>pom</packaging> |
11 | 11 |
|
12 | 12 |
|
|
41 | 41 | <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format> |
42 | 42 | <maven.compile.source>1.8</maven.compile.source> |
43 | 43 | <maven.compile.target>1.8</maven.compile.target> |
44 | | - <maven.source.plugin>2.4</maven.source.plugin> |
| 44 | + <maven.source.plugin>3.0.1</maven.source.plugin> |
45 | 45 | <maven-compiler-plugin.version>3.6.0</maven-compiler-plugin.version> |
46 | 46 | <maven.javadoc.plugin>2.10.3</maven.javadoc.plugin> |
47 | 47 | <maven.gpg.plugin>1.6</maven.gpg.plugin> |
48 | 48 |
|
49 | | - <codingapi.txlcn.version>5.0.0.RC1</codingapi.txlcn.version> |
| 49 | + <codingapi.txlcn.version>5.0.0.RC2</codingapi.txlcn.version> |
50 | 50 |
|
51 | 51 | <txlcn-org.projectlombok.version>1.18.0</txlcn-org.projectlombok.version> |
52 | 52 | <txlcn-spring-cloud.version>Finchley.SR2</txlcn-spring-cloud.version> |
|
79 | 79 |
|
80 | 80 | <dependencies> |
81 | 81 |
|
82 | | - |
83 | 82 | <dependency> |
84 | 83 | <groupId>org.springframework.boot</groupId> |
85 | 84 | <artifactId>spring-boot-starter-test</artifactId> |
|
111 | 110 | <groupId>com.caucho</groupId> |
112 | 111 | <artifactId>hessian</artifactId> |
113 | 112 | </dependency> |
| 113 | + |
114 | 114 | <dependency> |
115 | 115 | <groupId>com.dyuproject.protostuff</groupId> |
116 | 116 | <artifactId>protostuff-core</artifactId> |
117 | 117 | </dependency> |
| 118 | + |
118 | 119 | <dependency> |
119 | 120 | <groupId>com.dyuproject.protostuff</groupId> |
120 | 121 | <artifactId>protostuff-runtime</artifactId> |
121 | 122 | </dependency> |
| 123 | + |
122 | 124 | <dependency> |
123 | 125 | <groupId>com.esotericsoftware</groupId> |
124 | 126 | <artifactId>kryo-shaded</artifactId> |
125 | 127 | </dependency> |
| 128 | + |
126 | 129 | <dependency> |
127 | 130 | <groupId>com.google.guava</groupId> |
128 | 131 | <artifactId>guava</artifactId> |
129 | 132 | </dependency> |
130 | 133 |
|
131 | | - |
132 | 134 | </dependencies> |
133 | 135 |
|
134 | 136 |
|
|
154 | 156 | <version>${codingapi.txlcn.version}</version> |
155 | 157 | </dependency> |
156 | 158 |
|
157 | | - <dependency> |
158 | | - <groupId>com.codingapi.txlcn</groupId> |
159 | | - <artifactId>tx-spi-sleuth-dubbo</artifactId> |
160 | | - <version>${codingapi.txlcn.version}</version> |
161 | | - </dependency> |
162 | | - |
163 | 159 | <dependency> |
164 | 160 | <groupId>com.codingapi.txlcn</groupId> |
165 | 161 | <artifactId>tx-client</artifactId> |
166 | 162 | <version>${codingapi.txlcn.version}</version> |
167 | 163 | </dependency> |
168 | 164 |
|
169 | | - <dependency> |
170 | | - <groupId>com.codingapi.txlcn</groupId> |
171 | | - <artifactId>tx-spi-sleuth-springcloud</artifactId> |
172 | | - <version>${codingapi.txlcn.version}</version> |
173 | | - </dependency> |
174 | | - |
175 | 165 | <dependency> |
176 | 166 | <groupId>com.codingapi.txlcn</groupId> |
177 | 167 | <artifactId>tx-spi-message-netty</artifactId> |
|
184 | 174 | <version>${codingapi.txlcn.version}</version> |
185 | 175 | </dependency> |
186 | 176 |
|
187 | | - |
188 | 177 | <dependency> |
189 | 178 | <groupId>com.codingapi.txlcn</groupId> |
190 | 179 | <artifactId>tx-logger</artifactId> |
|
209 | 198 | <version>${txlcn-com.github.pagehelper.version}</version> |
210 | 199 | </dependency> |
211 | 200 |
|
212 | | - |
213 | 201 | <dependency> |
214 | 202 | <groupId>org.mybatis.spring.boot</groupId> |
215 | 203 | <artifactId>mybatis-spring-boot-starter</artifactId> |
216 | 204 | <version>${txlcn-org.mybatis.spring.boot.version}</version> |
217 | 205 | </dependency> |
218 | 206 |
|
219 | | - |
220 | 207 | <dependency> |
221 | 208 | <groupId>com.h2database</groupId> |
222 | 209 | <artifactId>h2</artifactId> |
|
241 | 228 | <version>${txlcn-com.github.jsqlparser.version}</version> |
242 | 229 | </dependency> |
243 | 230 |
|
244 | | - |
245 | 231 | <dependency> |
246 | 232 | <groupId>org.projectlombok</groupId> |
247 | 233 | <artifactId>lombok</artifactId> |
248 | 234 | <version>${txlcn-org.projectlombok.version}</version> |
249 | 235 | </dependency> |
250 | 236 |
|
251 | | - |
252 | 237 | <dependency> |
253 | 238 | <groupId>io.netty</groupId> |
254 | 239 | <artifactId>netty-all</artifactId> |
|
278 | 263 | <artifactId>hessian</artifactId> |
279 | 264 | <version>${txlcn-hessian.version}</version> |
280 | 265 | </dependency> |
| 266 | + |
281 | 267 | <dependency> |
282 | 268 | <groupId>com.dyuproject.protostuff</groupId> |
283 | 269 | <artifactId>protostuff-core</artifactId> |
284 | 270 | <version>${txlcn-protostuff.version}</version> |
285 | 271 | </dependency> |
| 272 | + |
286 | 273 | <dependency> |
287 | 274 | <groupId>com.dyuproject.protostuff</groupId> |
288 | 275 | <artifactId>protostuff-runtime</artifactId> |
289 | 276 | <version>${txlcn-protostuff.version}</version> |
290 | 277 | </dependency> |
| 278 | + |
291 | 279 | <dependency> |
292 | 280 | <groupId>com.esotericsoftware</groupId> |
293 | 281 | <artifactId>kryo-shaded</artifactId> |
294 | 282 | <version>${txlcn-kryo.version}</version> |
295 | 283 | </dependency> |
| 284 | + |
296 | 285 | <dependency> |
297 | 286 | <groupId>com.google.guava</groupId> |
298 | 287 | <artifactId>guava</artifactId> |
|
307 | 296 | <scope>import</scope> |
308 | 297 | </dependency> |
309 | 298 |
|
310 | | - |
311 | 299 | </dependencies> |
312 | 300 | </dependencyManagement> |
313 | 301 |
|
|
396 | 384 | <source>${maven.compile.source}</source> |
397 | 385 | <target>${maven.compile.target}</target> |
398 | 386 | <encoding>${project.build.sourceEncoding}</encoding> |
| 387 | + <compilerArgument>-Xlint:deprecation</compilerArgument> |
399 | 388 | </configuration> |
400 | 389 | </plugin> |
401 | 390 | <plugin> |
|
425 | 414 | </configuration> |
426 | 415 | </plugin> |
427 | 416 |
|
428 | | - <plugin> |
429 | | - <groupId>org.apache.maven.plugins</groupId> |
430 | | - <artifactId>maven-javadoc-plugin</artifactId> |
431 | | - <version>${maven.javadoc.plugin}</version> |
432 | | - <executions> |
433 | | - <execution> |
434 | | - <id>attach-javadocs</id> |
435 | | - <goals> |
436 | | - <goal>jar</goal> |
437 | | - </goals> |
438 | | - </execution> |
439 | | - </executions> |
440 | | - </plugin> |
441 | | - |
442 | | - <!--手动打包时,将下面的plugin注释掉--> |
443 | | - <plugin> |
444 | | - <groupId>org.apache.maven.plugins</groupId> |
445 | | - <artifactId>maven-gpg-plugin</artifactId> |
446 | | - <version>${maven.gpg.plugin}</version> |
447 | | - <executions> |
448 | | - <execution> |
449 | | - <id>sign-artifacts</id> |
450 | | - <phase>verify</phase> |
451 | | - <goals> |
452 | | - <goal>sign</goal> |
453 | | - </goals> |
454 | | - </execution> |
455 | | - </executions> |
456 | | - </plugin> |
| 417 | + <!-- 手动打包时,将下面的plugin注释掉 --> |
| 418 | + |
| 419 | + <!--<plugin>--> |
| 420 | + <!--<groupId>org.apache.maven.plugins</groupId>--> |
| 421 | + <!--<artifactId>maven-javadoc-plugin</artifactId>--> |
| 422 | + <!--<version>${maven.javadoc.plugin}</version>--> |
| 423 | + <!--<executions>--> |
| 424 | + <!--<execution>--> |
| 425 | + <!--<id>attach-javadocs</id>--> |
| 426 | + <!--<goals>--> |
| 427 | + <!--<goal>jar</goal>--> |
| 428 | + <!--</goals>--> |
| 429 | + <!--</execution>--> |
| 430 | + <!--</executions>--> |
| 431 | + <!--</plugin>--> |
| 432 | + |
| 433 | + |
| 434 | + <!--<plugin>--> |
| 435 | + <!--<groupId>org.apache.maven.plugins</groupId>--> |
| 436 | + <!--<artifactId>maven-gpg-plugin</artifactId>--> |
| 437 | + <!--<version>${maven.gpg.plugin}</version>--> |
| 438 | + <!--<executions>--> |
| 439 | + <!--<execution>--> |
| 440 | + <!--<id>sign-artifacts</id>--> |
| 441 | + <!--<phase>verify</phase>--> |
| 442 | + <!--<goals>--> |
| 443 | + <!--<goal>sign</goal>--> |
| 444 | + <!--</goals>--> |
| 445 | + <!--</execution>--> |
| 446 | + <!--</executions>--> |
| 447 | + <!--</plugin>--> |
457 | 448 |
|
458 | 449 | </plugins> |
459 | 450 | </build> |
|
0 commit comments