Skip to content

Commit 17d1422

Browse files
committed
update dependency reduced to align maven version with 8.11.0
1 parent 59bd032 commit 17d1422

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

hcx-pipeline-jobs/message-service/dependency-reduced-pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<plugins>
1414
<plugin>
1515
<artifactId>maven-compiler-plugin</artifactId>
16-
<version>3.8.1</version>
16+
<version>3.11.0</version>
1717
<configuration>
1818
<source>${java.target.runtime}</source>
1919
<target>${java.target.runtime}</target>
@@ -183,10 +183,6 @@
183183
<version>3.9.0</version>
184184
<scope>test</scope>
185185
<exclusions>
186-
<exclusion>
187-
<artifactId>byte-buddy</artifactId>
188-
<groupId>net.bytebuddy</groupId>
189-
</exclusion>
190186
<exclusion>
191187
<artifactId>byte-buddy-agent</artifactId>
192188
<groupId>net.bytebuddy</groupId>
@@ -199,7 +195,7 @@
199195
<dependency>
200196
<groupId>com.amazonaws</groupId>
201197
<artifactId>aws-java-sdk-bom</artifactId>
202-
<version>1.12.540</version>
198+
<version>1.11.739</version>
203199
<type>pom</type>
204200
<scope>import</scope>
205201
</dependency>

hcx-pipeline-jobs/notification-trigger-job/dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<plugins>
1515
<plugin>
1616
<artifactId>maven-compiler-plugin</artifactId>
17-
<version>3.8.1</version>
17+
<version>3.11.0</version>
1818
<configuration>
1919
<source>${java.target.runtime}</source>
2020
<target>${java.target.runtime}</target>

0 commit comments

Comments
 (0)