File tree Expand file tree Collapse file tree
sdk-platform-java/java-shared-dependencies/upper-bound-check Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222 <dependencyManagement >
2323 <dependencies >
24+ <dependency >
25+ <groupId >io.netty</groupId >
26+ <artifactId >netty-bom</artifactId >
27+ <version >4.1.132.Final</version >
28+ <type >pom</type >
29+ <scope >import</scope >
30+ </dependency >
2431 <dependency >
2532 <groupId >com.google.analytics</groupId >
2633 <artifactId >google-analytics-admin-bom</artifactId >
Original file line number Diff line number Diff line change 2222 <properties >
2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2424 <site .installationModule>${project.artifactId} </site .installationModule>
25+ <netty .version>4.1.132.Final</netty .version>
2526 </properties >
2627
2728 <dependencyManagement >
3334 <type >pom</type >
3435 <scope >import</scope >
3536 </dependency >
37+ <dependency >
38+ <groupId >io.netty</groupId >
39+ <artifactId >netty-bom</artifactId >
40+ <version >${netty.version} </version >
41+ <type >pom</type >
42+ <scope >import</scope >
43+ </dependency >
3644 </dependencies >
3745 </dependencyManagement >
3846
You can’t perform that action at this time.
0 commit comments