Skip to content

Commit

Permalink
Added back paxtools-trove runtime dep. for paxtools-console
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRodchenkov committed Apr 29, 2024
1 parent 73e86f9 commit 7dd1f14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions paxtools-console/pom.xml
Expand Up @@ -51,6 +51,11 @@
<groupId>${project.groupId}</groupId>
<artifactId>paxtools-core</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>paxtools-trove</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>psimi-converter</artifactId>
Expand Down

0 comments on commit 7dd1f14

Please sign in to comment.