Skip to content

Commit a5d93b0

Browse files
authored
DATAES-949 - dependency cleanup.
Original PR: #536
1 parent 5c30241 commit a5d93b0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<commonslang>2.6</commonslang>
2222
<elasticsearch>7.9.2</elasticsearch>
2323
<log4j>2.13.3</log4j>
24-
<netty>4.1.50.Final</netty>
24+
<netty>4.1.52.Final</netty>
2525
<springdata.commons>2.4.0-SNAPSHOT</springdata.commons>
2626
<testcontainers>1.14.3</testcontainers>
2727
<java-module-name>spring.data.elasticsearch</java-module-name>
@@ -75,7 +75,6 @@
7575
</issueManagement>
7676

7777
<dependencyManagement>
78-
7978
<dependencies>
8079
<dependency>
8180
<groupId>io.netty</groupId>
@@ -117,7 +116,6 @@
117116
<dependency>
118117
<groupId>org.springframework</groupId>
119118
<artifactId>spring-webflux</artifactId>
120-
<version>5.3.0-SNAPSHOT</version>
121119
<optional>true</optional>
122120
</dependency>
123121

@@ -361,7 +359,8 @@
361359
</configuration>
362360
</execution>
363361
</executions>
364-
</plugin> <plugin>
362+
</plugin>
363+
<plugin>
365364
<groupId>org.apache.maven.plugins</groupId>
366365
<artifactId>maven-assembly-plugin</artifactId>
367366
</plugin>

0 commit comments

Comments
 (0)