Skip to content

Commit a207f62

Browse files
johnmayegonw
authored andcommitted
We don't need the Log4J 1.2 API in these locations - unfortunately it still comes in via CMLXOM and JENA but better for now.
1 parent 68b78c6 commit a207f62

File tree

34 files changed

+8
-158
lines changed

34 files changed

+8
-158
lines changed

descriptor/fingerprint/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@
5050
<artifactId>mockito-core</artifactId>
5151
<scope>test</scope>
5252
</dependency>
53-
<dependency>
54-
<groupId>org.apache.logging.log4j</groupId>
55-
<artifactId>log4j-1.2-api</artifactId>
56-
<scope>test</scope>
57-
</dependency>
5853
<dependency>
5954
<groupId>${project.groupId}</groupId>
6055
<artifactId>cdk-interfaces</artifactId>

descriptor/ionpot/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929
<artifactId>jama</artifactId>
3030
<scope>test</scope>
3131
</dependency>
32-
<dependency>
33-
<groupId>org.apache.logging.log4j</groupId>
34-
<artifactId>log4j-1.2-api</artifactId>
35-
<scope>test</scope>
36-
</dependency>
3732
<dependency>
3833
<groupId>javax.vecmath</groupId>
3934
<artifactId>vecmath</artifactId>

descriptor/qsar/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@
3636
<artifactId>hamcrest</artifactId>
3737
<scope>test</scope>
3838
</dependency>
39-
<dependency>
40-
<groupId>org.apache.logging.log4j</groupId>
41-
<artifactId>log4j-1.2-api</artifactId>
42-
<scope>test</scope>
43-
</dependency>
4439
<dependency>
4540
<groupId>${project.groupId}</groupId>
4641
<artifactId>cdk-interfaces</artifactId>

descriptor/qsaratomic/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@
4848
<artifactId>hamcrest</artifactId>
4949
<scope>test</scope>
5050
</dependency>
51-
<dependency>
52-
<groupId>org.apache.logging.log4j</groupId>
53-
<artifactId>log4j-1.2-api</artifactId>
54-
<scope>test</scope>
55-
</dependency>
5651
<dependency>
5752
<groupId>${project.groupId}</groupId>
5853
<artifactId>cdk-interfaces</artifactId>

descriptor/qsarbond/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@
4848
<artifactId>hamcrest</artifactId>
4949
<scope>test</scope>
5050
</dependency>
51-
<dependency>
52-
<groupId>org.apache.logging.log4j</groupId>
53-
<artifactId>log4j-1.2-api</artifactId>
54-
<scope>test</scope>
55-
</dependency>
5651
<dependency>
5752
<groupId>${project.groupId}</groupId>
5853
<artifactId>cdk-interfaces</artifactId>

descriptor/qsarcml/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
</exclusion>
3030
</exclusions>
3131
</dependency>
32-
<dependency>
33-
<groupId>org.apache.logging.log4j</groupId>
34-
<artifactId>log4j-1.2-api</artifactId>
35-
</dependency>
3632
<dependency>
3733
<groupId>org.apache.logging.log4j</groupId>
3834
<artifactId>log4j-core</artifactId>

descriptor/qsarionpot/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929
<artifactId>vecmath</artifactId>
3030
<scope>test</scope>
3131
</dependency>
32-
<dependency>
33-
<groupId>org.apache.logging.log4j</groupId>
34-
<artifactId>log4j-1.2-api</artifactId>
35-
<scope>test</scope>
36-
</dependency>
3732
<dependency>
3833
<groupId>gov.nist.math</groupId>
3934
<artifactId>jama</artifactId>

descriptor/qsarmolecular/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@
4848
<artifactId>hamcrest</artifactId>
4949
<scope>test</scope>
5050
</dependency>
51-
<dependency>
52-
<groupId>org.apache.logging.log4j</groupId>
53-
<artifactId>log4j-1.2-api</artifactId>
54-
<scope>test</scope>
55-
</dependency>
5651
<dependency>
5752
<groupId>${project.groupId}</groupId>
5853
<artifactId>cdk-interfaces</artifactId>

descriptor/qsarprotein/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@
3636
<artifactId>hamcrest</artifactId>
3737
<scope>test</scope>
3838
</dependency>
39-
<dependency>
40-
<groupId>org.apache.logging.log4j</groupId>
41-
<artifactId>log4j-1.2-api</artifactId>
42-
<scope>test</scope>
43-
</dependency>
4439
<dependency>
4540
<groupId>${project.groupId}</groupId>
4641
<artifactId>cdk-interfaces</artifactId>

display/render/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
<artifactId>hamcrest</artifactId>
2929
<scope>test</scope>
3030
</dependency>
31-
<dependency>
32-
<groupId>org.apache.logging.log4j</groupId>
33-
<artifactId>log4j-1.2-api</artifactId>
34-
<scope>test</scope>
35-
</dependency>
3631
<dependency>
3732
<groupId>${project.groupId}</groupId>
3833
<artifactId>cdk-interfaces</artifactId>

0 commit comments

Comments
 (0)