File tree Expand file tree Collapse file tree 17 files changed +47
-31
lines changed
websphere-liberty-23.x-plugin
optional-spring-plugins/optional-spring-cloud
optional-reporter-plugins/kafka-reporter-plugin Expand file tree Collapse file tree 17 files changed +47
-31
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Release Notes.
1919* Support gRPC 1.59.x and 1.70.x server interceptor trace
2020* Fix the ` CreateAopProxyInterceptor ` in the Spring core-patch changes the AOP proxy type when a class is
2121 enhanced by both SkyWalking and Spring AOP.
22+ * Build: Centralized plugin version management in the root POM and remove redundant declarations.
2223
2324All issues and pull requests are [ here] ( https://github.com/apache/skywalking/milestone/236?closed=1 )
2425
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >io.netty</groupId >
3737 <artifactId >netty-handler-proxy</artifactId >
38- <version >${netty.version} </version >
3938 </dependency >
4039 <dependency >
4140 <groupId >io.netty</groupId >
4241 <artifactId >netty-codec-http2</artifactId >
43- <version >${netty.version} </version >
4442 </dependency >
4543 <dependency >
4644 <groupId >io.grpc</groupId >
7573 <dependency >
7674 <groupId >io.netty</groupId >
7775 <artifactId >netty-tcnative-boringssl-static</artifactId >
78- <version >${netty-tcnative-boringssl-static.version} </version >
7976 </dependency >
8077 <dependency > <!-- necessary for Java 9+ -->
8178 <groupId >org.apache.tomcat</groupId >
Original file line number Diff line number Diff line change 3636 <generateGitPropertiesFilename >${project.build.outputDirectory}/skywalking-agent-version.properties</generateGitPropertiesFilename >
3737 <guava .version>32.0.1-jre</guava .version>
3838 <wiremock .version>2.6.0</wiremock .version>
39- <netty-tcnative-boringssl-static .version>2.0.7.Final</netty-tcnative-boringssl-static .version>
4039 <os-maven-plugin .version>1.4.1.Final</os-maven-plugin .version>
4140 <git-commit-id-plugin .version>4.9.10</git-commit-id-plugin .version>
4241 <shade .com.google.source>com.google</shade .com.google.source>
8180 <dependency >
8281 <groupId >net.bytebuddy</groupId >
8382 <artifactId >byte-buddy-agent</artifactId >
84- <version >${bytebuddy.version} </version >
8583 <scope >test</scope >
8684 </dependency >
8785 <dependency >
140138 <groupId >org.slf4j</groupId >
141139 <artifactId >slf4j-api</artifactId >
142140 </dependency >
143- <dependency >
144- <groupId >org.openjdk.jmh</groupId >
145- <artifactId >jmh-generator-annprocess</artifactId >
146- <scope >test</scope >
147- </dependency >
148141 <dependency >
149142 <groupId >tools.profiler</groupId >
150143 <artifactId >async-profiler</artifactId >
Original file line number Diff line number Diff line change 5555 <dependency >
5656 <groupId >junit</groupId >
5757 <artifactId >junit</artifactId >
58- <version >${junit.version} </version >
5958 <scope >test</scope >
6059 </dependency >
6160 </dependencies >
Original file line number Diff line number Diff line change 4646 <dependency >
4747 <groupId >junit</groupId >
4848 <artifactId >junit</artifactId >
49- <version >${junit.version} </version >
5049 <scope >test</scope >
5150 </dependency >
5251 </dependencies >
Original file line number Diff line number Diff line change 165165 <dependency >
166166 <groupId >net.bytebuddy</groupId >
167167 <artifactId >byte-buddy</artifactId >
168- <version >${bytebuddy.version} </version >
169168 <scope >provided</scope >
170169 </dependency >
171170 <dependency >
Original file line number Diff line number Diff line change 4040 <dependency >
4141 <groupId >junit</groupId >
4242 <artifactId >junit</artifactId >
43- <version >${junit.version} </version >
4443 <scope >test</scope >
4544 </dependency >
4645 <dependency >
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >junit</groupId >
3737 <artifactId >junit</artifactId >
38- <version >${junit.version} </version >
3938 <scope >test</scope >
4039 </dependency >
4140 </dependencies >
Original file line number Diff line number Diff line change 3838 <dependency >
3939 <groupId >junit</groupId >
4040 <artifactId >junit</artifactId >
41- <version >${junit.version} </version >
4241 <scope >provided</scope >
4342 </dependency >
4443 <dependency >
Original file line number Diff line number Diff line change 3030
3131 <properties >
3232 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
33- <netty .version>4.1.51.Final</netty .version>
3433 </properties >
3534
3635 <dependencies >
3736 <dependency >
3837 <groupId >io.netty</groupId >
3938 <artifactId >netty-all</artifactId >
40- <version >${netty.version} </version >
4139 <scope >provided</scope >
4240 </dependency >
4341 </dependencies >
You can’t perform that action at this time.
0 commit comments