Skip to content

Commit

Permalink
Dependencies to force use of log4j 2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Dec 13, 2021
1 parent d0e447a commit fb4952e
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,35 @@
<dependency>
<groupId>org.sbml.jsbml</groupId>
<artifactId>jsbml</artifactId>
<version>1.2-beta1</version>
<version>1.4</version>
</dependency>

<!-- Dependencies to force use of log4j 2.15 -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>2.15.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.15.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.biojava</groupId>
<artifactId>biojava-ontology</artifactId>
<version>6.0.1</version>
</dependency>



</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit fb4952e

Please sign in to comment.