Skip to content

Commit

Permalink
NFCKT-1125 fixed test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelB committed Oct 5, 2024
1 parent 25f516f commit c32fc9f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,15 @@
<artifactId>rest-assured</artifactId>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
<!-- https://incentergy.atlassian.net/browse/NFCKT-1125 fixes: java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlElement -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.4.0-b180830.0359</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>me.xdrop</groupId>
<artifactId>fuzzywuzzy</artifactId>
Expand Down

0 comments on commit c32fc9f

Please sign in to comment.