Skip to content

Commit 33b5185

Browse files
committed
Fix duplicate dependencies
1 parent ff26917 commit 33b5185

File tree

7 files changed

+3
-35
lines changed

7 files changed

+3
-35
lines changed

misc/test-extra/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@
5757
<artifactId>log4j-core</artifactId>
5858
<scope>test</scope>
5959
</dependency>
60-
<dependency>
61-
<groupId>org.apache.logging.log4j</groupId>
62-
<artifactId>log4j-1.2-api</artifactId>
63-
<scope>test</scope>
64-
</dependency>
6560
<dependency>
6661
<groupId>javax.vecmath</groupId>
6762
<artifactId>vecmath</artifactId>

storage/io/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@
5959
<artifactId>log4j-core</artifactId>
6060
<scope>test</scope>
6161
</dependency>
62-
<dependency>
63-
<groupId>org.apache.logging.log4j</groupId>
64-
<artifactId>log4j-1.2-api</artifactId>
65-
<scope>test</scope>
66-
</dependency>
6762
<dependency>
6863
<groupId>xom</groupId>
6964
<artifactId>xom</artifactId>

storage/ioformats/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@
5050
<artifactId>log4j-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>javax.vecmath</groupId>
6055
<artifactId>vecmath</artifactId>

storage/libiocml/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<dependency>
4141
<groupId>org.apache.logging.log4j</groupId>
4242
<artifactId>log4j-core</artifactId>
43+
<scope>test</scope>
4344
</dependency>
4445
<dependency>
4546
<groupId>junit</groupId>
@@ -51,11 +52,6 @@
5152
<artifactId>hamcrest</artifactId>
5253
<scope>test</scope>
5354
</dependency>
54-
<dependency>
55-
<groupId>org.apache.logging.log4j</groupId>
56-
<artifactId>log4j-1.2-api</artifactId>
57-
<scope>test</scope>
58-
</dependency>
5955
<dependency>
6056
<groupId>org.mockito</groupId>
6157
<artifactId>mockito-all</artifactId>

storage/libiomd/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<dependency>
3333
<groupId>org.apache.logging.log4j</groupId>
3434
<artifactId>log4j-core</artifactId>
35+
<scope>test</scope>
3536
</dependency>
3637
<dependency>
3738
<groupId>junit</groupId>
@@ -48,11 +49,6 @@
4849
<artifactId>vecmath</artifactId>
4950
<scope>test</scope>
5051
</dependency>
51-
<dependency>
52-
<groupId>org.apache.logging.log4j</groupId>
53-
<artifactId>log4j-1.2-api</artifactId>
54-
<scope>test</scope>
55-
</dependency>
5652
<dependency>
5753
<groupId>${project.groupId}</groupId>
5854
<artifactId>cdk-core</artifactId>

storage/pdbcml/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<dependency>
3737
<groupId>org.apache.logging.log4j</groupId>
3838
<artifactId>log4j-core</artifactId>
39+
<scope>test</scope>
3940
</dependency>
4041
<dependency>
4142
<groupId>junit</groupId>
@@ -52,11 +53,6 @@
5253
<artifactId>vecmath</artifactId>
5354
<scope>test</scope>
5455
</dependency>
55-
<dependency>
56-
<groupId>org.apache.logging.log4j</groupId>
57-
<artifactId>log4j-1.2-api</artifactId>
58-
<scope>test</scope>
59-
</dependency>
6056
<dependency>
6157
<groupId>${project.groupId}</groupId>
6258
<artifactId>cdk-core</artifactId>

storage/smiles/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@
4444
<artifactId>mockito-all</artifactId>
4545
<scope>test</scope>
4646
</dependency>
47-
<dependency>
48-
<groupId>org.apache.logging.log4j</groupId>
49-
<artifactId>log4j-1.2-api</artifactId>
50-
<scope>test</scope>
51-
</dependency>
5247
<dependency>
5348
<groupId>xom</groupId>
5449
<artifactId>xom</artifactId>

0 commit comments

Comments
 (0)