Skip to content

Commit

Permalink
Add required xmlunit dependency for jakarta-jaxb
Browse files Browse the repository at this point in the history
  • Loading branch information
skuzzle committed Dec 1, 2022
1 parent 5cde621 commit 08e470d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion snapshot-tests-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,17 @@
<artifactId>xmlunit-assertj</artifactId>
<version>${version.xmlunit}</version>
</dependency>

<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-jakarta-jaxb-impl</artifactId>
<version>${version.xmlunit}</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${version.assertj}</version>
</dependency>

<dependency>
<groupId>org.opentest4j</groupId>
<artifactId>opentest4j</artifactId>
Expand Down Expand Up @@ -97,3 +102,4 @@
</dependencies>
</dependencyManagement>
</project>

5 changes: 4 additions & 1 deletion snapshot-tests-jaxb-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
<groupId>org.apiguardian</groupId>
<artifactId>apiguardian-api</artifactId>
</dependency>

<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-jakarta-jaxb-impl</artifactId>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
Expand Down

0 comments on commit 08e470d

Please sign in to comment.