Skip to content

Commit

Permalink
Some minor version/scope cleanups. Hamcrest should be a test dependen…
Browse files Browse the repository at this point in the history
…cy. Make sure we pull in Log4j2 2.17.0. In QSARCML log4j-core should only be in the tests
  • Loading branch information
johnmay authored and egonw committed Dec 22, 2021
1 parent 0e24cbc commit 268e172
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions descriptor/qsarcml/pom.xml
Expand Up @@ -36,6 +36,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Expand Up @@ -509,7 +509,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
3 changes: 2 additions & 1 deletion storage/smiles/pom.xml
Expand Up @@ -30,9 +30,10 @@
<groupId>uk.ac.ebi.beam</groupId>
<artifactId>beam-func</artifactId>
</dependency>
<dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 268e172

Please sign in to comment.