Skip to content

Commit 80f1a35

Browse files
committed
override in other relevant pom.xml files
1 parent 1dcbe07 commit 80f1a35

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

  • gapic-libraries-bom
  • sdk-platform-java/java-shared-dependencies/upper-bound-check

gapic-libraries-bom/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
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>

sdk-platform-java/java-shared-dependencies/upper-bound-check/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
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>
@@ -33,6 +34,13 @@
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

0 commit comments

Comments
 (0)