Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf committed Sep 2, 2022
1 parent 3f6b860 commit 0cf9e40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<checkstyle.version>10.3.3</checkstyle.version>
<semver4j.version>3.1.0</semver4j.version>
<upokecenter-cbor.version>4.5.2</upokecenter-cbor.version>
<snakeyaml.version>1.31</snakeyaml.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -268,6 +269,11 @@
<artifactId>semver4j</artifactId>
<version>${semver4j.version}</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
Expand Down

0 comments on commit 0cf9e40

Please sign in to comment.