Skip to content

Commit 268e172

Browse files
johnmayegonw
authored andcommitted
Some minor version/scope cleanups. Hamcrest should be a test dependency. Make sure we pull in Log4j2 2.17.0. In QSARCML log4j-core should only be in the tests
1 parent 0e24cbc commit 268e172

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

descriptor/qsarcml/pom.xml

Lines changed: 1 addition & 0 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>

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,12 @@
509509
<dependency>
510510
<groupId>org.apache.logging.log4j</groupId>
511511
<artifactId>log4j-1.2-api</artifactId>
512-
<version>2.16.0</version>
512+
<version>2.17.0</version>
513+
</dependency>
514+
<dependency>
515+
<groupId>org.apache.logging.log4j</groupId>
516+
<artifactId>log4j-api</artifactId>
517+
<version>2.17.0</version>
513518
</dependency>
514519
<dependency>
515520
<groupId>org.apache.logging.log4j</groupId>

storage/smiles/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@
3030
<groupId>uk.ac.ebi.beam</groupId>
3131
<artifactId>beam-func</artifactId>
3232
</dependency>
33-
<dependency>
33+
<dependency>
3434
<groupId>org.hamcrest</groupId>
3535
<artifactId>hamcrest</artifactId>
36+
<scope>test</scope>
3637
</dependency>
3738
<dependency>
3839
<groupId>junit</groupId>

0 commit comments

Comments
 (0)