Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
updated to incldue           <dependency>
                <groupId>org.yaml</groupId>
                <artifactId>snakeyaml</artifactId>
                <version>1.34</version>
            </dependency>

            <dependency>
                <groupId>com.thoughtworks.xstream</groupId>
                <artifactId>xstream</artifactId>
                <version>1.4.20</version>
            </dependency>
  • Loading branch information
RobAustin committed Dec 8, 2022
1 parent 2651f4e commit eb60093
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions third-party-bom/pom.xml
Expand Up @@ -50,7 +50,19 @@
<dependencyManagement>

<dependencies>

<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.34</version>
</dependency>

<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.20</version>
</dependency>

<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson</artifactId>
Expand Down

0 comments on commit eb60093

Please sign in to comment.