Skip to content

Commit

Permalink
Refactor pom (#32308)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Jul 28, 2024
1 parent da68228 commit d1ab83f
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,9 @@
<snappy.version>1.1.10.5</snappy.version>
<jettison.version>1.5.4</jettison.version>
<jamon.version>2.4.1</jamon.version>
<derby.version>10.14.2.0</derby.version>
<okio.version>3.6.0</okio.version>
<re2j.version>1.7</re2j.version>
<derby.version>10.14.2.0</derby.version>

<!-- 3rd party library plugin versions -->
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
Expand Down Expand Up @@ -935,16 +936,21 @@
<artifactId>jamon-runtime</artifactId>
<version>${jamon.version}</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>${derby.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>${okio.version}</version>
</dependency>
<dependency>
<groupId>com.google.re2j</groupId>
<artifactId>re2j</artifactId>
<version>${re2j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>${derby.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit d1ab83f

Please sign in to comment.