File tree Expand file tree Collapse file tree
websphere-liberty-23.x-plugin
optional-spring-plugins/optional-spring-cloud
optional-reporter-plugins/kafka-reporter-plugin Expand file tree Collapse file tree 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 8181 <dependency >
8282 <groupId >net.bytebuddy</groupId >
8383 <artifactId >byte-buddy-agent</artifactId >
84- <version >${bytebuddy.version} </version >
8584 <scope >test</scope >
8685 </dependency >
8786 <dependency >
140139 <groupId >org.slf4j</groupId >
141140 <artifactId >slf4j-api</artifactId >
142141 </dependency >
143- <dependency >
144- <groupId >org.openjdk.jmh</groupId >
145- <artifactId >jmh-generator-annprocess</artifactId >
146- <scope >test</scope >
147- </dependency >
148142 <dependency >
149143 <groupId >tools.profiler</groupId >
150144 <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 6161 <plugin >
6262 <groupId >org.apache.maven.plugins</groupId >
6363 <artifactId >maven-shade-plugin</artifactId >
64- <version >3.2.4</version >
6564 <executions >
6665 <execution >
6766 <phase >package</phase >
Original file line number Diff line number Diff line change 6161 <plugin >
6262 <groupId >org.apache.maven.plugins</groupId >
6363 <artifactId >maven-shade-plugin</artifactId >
64- <version >3.2.4</version >
6564 <executions >
6665 <execution >
6766 <phase >package</phase >
You can’t perform that action at this time.
0 commit comments