Skip to content

Commit

Permalink
Fix failing KPL canary tests (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessapinto257 authored Nov 1, 2022
1 parent 2951be5 commit f4f1d8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
<!-- Dependency on test jar for test data -->
<dependency>
<groupId>software.amazon.glue</groupId>
Expand Down

0 comments on commit f4f1d8a

Please sign in to comment.