Skip to content

Commit

Permalink
added xstream dependency version to 1.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Ball, Nware committed May 15, 2024
1 parent a4a5669 commit a19a0ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gateleen-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</dependency>

<dependency>
<groupId>com.github.tomakehurst</groupId>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
<vertx.version>4.5.2</vertx.version>
<vertx-redis-client.version>4.5.2</vertx-redis-client.version>
<wiremock.version>1.58</wiremock.version>
<xstream.version>1.4.20</xstream.version>
</properties>

<repositories>
Expand Down Expand Up @@ -523,6 +524,12 @@
<artifactId>json-utils</artifactId>
<version>${jolt.version}</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>${xstream.version}</version>
</dependency>

</dependencies>
</dependencyManagement>
<build>
Expand Down

0 comments on commit a19a0ba

Please sign in to comment.