Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja authored Feb 20, 2021
1 parent 354e599 commit 120695a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@
<artifactId>jaxb-impl</artifactId>
<version>${jaxb-impl.version}</version>
</dependency>

<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
</dependency>
<!-- used to print compare results as ASCII table (console) -->
<dependency>
<groupId>org.ow2.sirocco</groupId>
Expand Down

0 comments on commit 120695a

Please sign in to comment.