File tree Expand file tree Collapse file tree 4 files changed +16
-9
lines changed
Expand file tree Collapse file tree 4 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 6262 <artifactId >zipkin-sender-urlconnection</artifactId >
6363 <version >${zipkin-reporter.version}</version >
6464 </dependency >
65- <dependency >
66- <groupId >junit</groupId >
67- <artifactId >junit</artifactId >
68- <version >4.8.2 </version >
69- <scope >test</scope >
70- </dependency >
71- </dependencies >
65+ <dependency >
66+ <groupId >junit</groupId >
67+ <artifactId >junit</artifactId >
68+ <version >${maven_junit_version} </version >
69+ <scope >test</scope >
70+ </dependency >
71+ </dependencies >
7272
7373 <build >
7474 <plugins >
Original file line number Diff line number Diff line change 2424 <dependency >
2525 <groupId >junit</groupId >
2626 <artifactId >junit</artifactId >
27- <version >4.8.2 </version >
27+ <version >${maven_junit_version} </version >
2828 <scope >test</scope >
2929 </dependency >
3030 <dependency >
Original file line number Diff line number Diff line change 2121 </properties >
2222
2323 <dependencies >
24+ <dependency >
25+ <groupId >junit</groupId >
26+ <artifactId >junit</artifactId >
27+ <version >${maven_junit_version}</version >
28+ <scope >test</scope >
29+ </dependency >
2430 <dependency >
2531 <groupId >com.tencent.tars</groupId >
2632 <artifactId >tars-client</artifactId >
Original file line number Diff line number Diff line change 4646 <module >tools</module >
4747 <module >protobuf</module >
4848 <module >spring</module >
49- <!-- <module>tars-plugins</module>-->
49+ <!-- <module>tars-plugins</module>-->
5050 </modules >
5151
5252 <properties >
6262 <maven_install_plugin_version >2.5.2</maven_install_plugin_version >
6363 <maven_deploy_plugin_version >2.8.2</maven_deploy_plugin_version >
6464 <maven_release_plugin_version >2.5.3</maven_release_plugin_version >
65+ <maven_junit_version >4.8.2</maven_junit_version >
6566 </properties >
6667
6768 <build >
You can’t perform that action at this time.
0 commit comments