Skip to content

Commit 63c4293

Browse files
authored
[JAVA-18446] Clean up (#13845)
1 parent e243694 commit 63c4293

File tree

4 files changed

+11
-16
lines changed

4 files changed

+11
-16
lines changed

libraries-files/pom.xml

+11-9
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,24 @@
3838
<version>${jackson.version}</version>
3939
</dependency>
4040
<dependency>
41-
<groupId>com.itextpdf</groupId>
42-
<artifactId>itext7-core</artifactId>
43-
<version>7.2.4</version>
44-
<type>pom</type>
41+
<groupId>com.itextpdf</groupId>
42+
<artifactId>itext7-core</artifactId>
43+
<version>${itext7-core.version}</version>
44+
<type>pom</type>
4545
</dependency>
46-
<dependency>
47-
<groupId>org.assertj</groupId>
48-
<artifactId>assertj-core</artifactId>
49-
<version>3.23.1</version>
50-
<scope>test</scope>
46+
<dependency>
47+
<groupId>org.assertj</groupId>
48+
<artifactId>assertj-core</artifactId>
49+
<version>${assertj-core.version}</version>
50+
<scope>test</scope>
5151
</dependency>
5252
</dependencies>
5353

5454
<properties>
5555
<org.ini4j.version>0.5.4</org.ini4j.version>
5656
<commons-configuration2>2.8.0</commons-configuration2>
57+
<itext7-core.version>7.2.4</itext7-core.version>
58+
<assertj-core.version>3.23.1</assertj-core.version>
5759
</properties>
5860

5961
</project>

libraries-http/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@
5252
<artifactId>async-http-client</artifactId>
5353
<version>${async.http.client.version}</version>
5454
</dependency>
55-
<dependency>
56-
<groupId>com.fasterxml.jackson.core</groupId>
57-
<artifactId>jackson-databind</artifactId>
58-
<version>${jackson.version}</version>
59-
</dependency>
6055
<dependency>
6156
<groupId>com.google.code.gson</groupId>
6257
<artifactId>gson</artifactId>

libraries-primitive/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<groupId>com.baeldung</groupId>
76
<artifactId>libraries-primitive</artifactId>
87
<version>1.0-SNAPSHOT</version>
98
<name>libraries-primitive</name>

logging-modules/log4j2/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-compiler-plugin</artifactId>
66-
<version>${maven-compiler-plugin.version}</version>
6766
<configuration>
6867
<proc>none</proc>
6968
</configuration>

0 commit comments

Comments
 (0)