Skip to content

Commit

Permalink
B XStream dependency is optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsEckart committed Oct 13, 2022
1 parent 2c39415 commit ec1ad64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions approvaltests-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@
<artifactId>jackson-databind</artifactId>
<version>2.13.4</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-xstream</artifactId>
<version>3.19.0</version>
</dependency>

<dependency>
<groupId>commons-httpclient</groupId>
Expand Down
1 change: 1 addition & 0 deletions approvaltests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-xstream</artifactId>
<version>3.19.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.testng</groupId>
Expand Down

0 comments on commit ec1ad64

Please sign in to comment.