Skip to content

Commit 5009eeb

Browse files
committed
Replaced log4j with its current version.
1 parent 888d2cb commit 5009eeb

File tree

4 files changed

+43
-9
lines changed

4 files changed

+43
-9
lines changed

bundles/jamopp.parser.jdt.singlefile/pom.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,16 @@
5353
<version>6.0.0-SNAPSHOT</version>
5454
</dependency>
5555
<dependency>
56-
<groupId>log4j</groupId>
57-
<artifactId>log4j</artifactId>
56+
<groupId>org.apache.logging.log4j</groupId>
57+
<artifactId>log4j-1.2-api</artifactId>
58+
</dependency>
59+
<dependency>
60+
<groupId>org.apache.logging.log4j</groupId>
61+
<artifactId>log4j-api</artifactId>
62+
</dependency>
63+
<dependency>
64+
<groupId>org.apache.logging.log4j</groupId>
65+
<artifactId>log4j-core</artifactId>
5866
</dependency>
5967
</dependencies>
6068
</project>

bundles/jamopp.resource/pom.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,16 @@
5959
<version>6.0.0-SNAPSHOT</version>
6060
</dependency>
6161
<dependency>
62-
<groupId>log4j</groupId>
63-
<artifactId>log4j</artifactId>
62+
<groupId>org.apache.logging.log4j</groupId>
63+
<artifactId>log4j-1.2-api</artifactId>
64+
</dependency>
65+
<dependency>
66+
<groupId>org.apache.logging.log4j</groupId>
67+
<artifactId>log4j-api</artifactId>
68+
</dependency>
69+
<dependency>
70+
<groupId>org.apache.logging.log4j</groupId>
71+
<artifactId>log4j-core</artifactId>
6472
</dependency>
6573
</dependencies>
6674
</project>

pom.xml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,19 @@
9191
<version>5.9.2</version>
9292
</dependency>
9393
<dependency>
94-
<groupId>log4j</groupId>
95-
<artifactId>log4j</artifactId>
96-
<version>1.2.17</version>
94+
<groupId>org.apache.logging.log4j</groupId>
95+
<artifactId>log4j-1.2-api</artifactId>
96+
<version>2.20.0</version>
97+
</dependency>
98+
<dependency>
99+
<groupId>org.apache.logging.log4j</groupId>
100+
<artifactId>log4j-api</artifactId>
101+
<version>2.20.0</version>
102+
</dependency>
103+
<dependency>
104+
<groupId>org.apache.logging.log4j</groupId>
105+
<artifactId>log4j-core</artifactId>
106+
<version>2.20.0</version>
97107
</dependency>
98108
<dependency>
99109
<groupId>org.eclipse.platform</groupId>

tests/org.emftext.language.java.test/pom.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,16 @@
6464
<version>6.0.0-SNAPSHOT</version>
6565
</dependency>
6666
<dependency>
67-
<groupId>log4j</groupId>
68-
<artifactId>log4j</artifactId>
67+
<groupId>org.apache.logging.log4j</groupId>
68+
<artifactId>log4j-1.2-api</artifactId>
69+
</dependency>
70+
<dependency>
71+
<groupId>org.apache.logging.log4j</groupId>
72+
<artifactId>log4j-api</artifactId>
73+
</dependency>
74+
<dependency>
75+
<groupId>org.apache.logging.log4j</groupId>
76+
<artifactId>log4j-core</artifactId>
6977
</dependency>
7078
<dependency>
7179
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)