Skip to content

Commit 1be0260

Browse files
committed
Bumping up to slf4j2 and log4j2. Logging doesn't work correctly yet, at least in some modules
1 parent 4fcb3b1 commit 1be0260

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed

biojava-aa-prop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<!-- binding for log4j2, scope=runTime set in parent pom -->
8787
<dependency>
8888
<groupId>org.apache.logging.log4j</groupId>
89-
<artifactId>log4j-slf4j-impl</artifactId>
89+
<artifactId>log4j-slf4j2-impl</artifactId>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.apache.logging.log4j</groupId>

biojava-alignment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<!-- binding for log4j2, scope=runTime set in parent pom -->
6464
<dependency>
6565
<groupId>org.apache.logging.log4j</groupId>
66-
<artifactId>log4j-slf4j-impl</artifactId>
66+
<artifactId>log4j-slf4j2-impl</artifactId>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.apache.logging.log4j</groupId>

biojava-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<!-- binding for log4j2, scope=runTime set in parent pom -->
6464
<dependency>
6565
<groupId>org.apache.logging.log4j</groupId>
66-
<artifactId>log4j-slf4j-impl</artifactId>
66+
<artifactId>log4j-slf4j2-impl</artifactId>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.apache.logging.log4j</groupId>

biojava-genome/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<!-- binding for log4j2, scope=runTime set in parent pom -->
104104
<dependency>
105105
<groupId>org.apache.logging.log4j</groupId>
106-
<artifactId>log4j-slf4j-impl</artifactId>
106+
<artifactId>log4j-slf4j2-impl</artifactId>
107107
</dependency>
108108
<dependency>
109109
<groupId>org.apache.logging.log4j</groupId>

biojava-integrationtest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<!-- binding for log4j2, scope=runTime set in parent pom -->
5151
<dependency>
5252
<groupId>org.apache.logging.log4j</groupId>
53-
<artifactId>log4j-slf4j-impl</artifactId>
53+
<artifactId>log4j-slf4j2-impl</artifactId>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.apache.logging.log4j</groupId>

biojava-modfinder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<!-- binding for log4j2, scope=runTime set in parent pom -->
4444
<dependency>
4545
<groupId>org.apache.logging.log4j</groupId>
46-
<artifactId>log4j-slf4j-impl</artifactId>
46+
<artifactId>log4j-slf4j2-impl</artifactId>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.apache.logging.log4j</groupId>

biojava-ontology/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<!-- binding for log4j2, scope=runTime set in parent pom -->
3434
<dependency>
3535
<groupId>org.apache.logging.log4j</groupId>
36-
<artifactId>log4j-slf4j-impl</artifactId>
36+
<artifactId>log4j-slf4j2-impl</artifactId>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.apache.logging.log4j</groupId>

biojava-protein-comparison-tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<!-- binding for log4j2, scope=runTime set in parent pom -->
6868
<dependency>
6969
<groupId>org.apache.logging.log4j</groupId>
70-
<artifactId>log4j-slf4j-impl</artifactId>
70+
<artifactId>log4j-slf4j2-impl</artifactId>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.apache.logging.log4j</groupId>

biojava-protein-disorder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<!-- binding for log4j2, scope=runTime set in parent pom -->
7575
<dependency>
7676
<groupId>org.apache.logging.log4j</groupId>
77-
<artifactId>log4j-slf4j-impl</artifactId>
77+
<artifactId>log4j-slf4j2-impl</artifactId>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.apache.logging.log4j</groupId>

biojava-structure-gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<!-- binding for log4j2, scope=runTime set in parent pom -->
5454
<dependency>
5555
<groupId>org.apache.logging.log4j</groupId>
56-
<artifactId>log4j-slf4j-impl</artifactId>
56+
<artifactId>log4j-slf4j2-impl</artifactId>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)