Skip to content

Commit

Permalink
Added paxtools-trove dependency and ensured it's used during tests an…
Browse files Browse the repository at this point in the history
…d in docker etc.
  • Loading branch information
IgorRodchenkov committed Apr 29, 2024
1 parent 0523be7 commit 290e622
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,11 @@
<artifactId>paxtools-core</artifactId>
<version>${paxtools.version}</version>
</dependency>
<dependency>
<groupId>org.biopax.paxtools</groupId>
<artifactId>paxtools-trove</artifactId>
<version>${paxtools.version}</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</appender>

<logger name="cpath" level="debug" />
<root level="error">
<root level="info">
<appender-ref ref="console"/>
</root>

Expand Down

0 comments on commit 290e622

Please sign in to comment.