Skip to content

Commit

Permalink
Fix dependency convergence
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Nov 7, 2023
1 parent 56ea807 commit 8b56bfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
<dependency>
<groupId>eu.europa.ec.joinup.sat</groupId>
<artifactId>jdplus-sts-base-core</artifactId>
<version>${jdplus-sts.version}</version>
<version>${jdplus-incubator.version}</version>
</dependency>
<dependency>
<groupId>eu.europa.ec.joinup.sat</groupId>
<artifactId>jdplus-highfreq-base-core</artifactId>
<version>${jdplus-highfreq.version}</version>
<version>${jdplus-incubator.version}</version>
</dependency>
<!-- < modules v2 -->
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@

<!-- dependencies -->
<jd2.version>2.2.4</jd2.version>
<jdplus-main.version>3.0.2</jdplus-main.version>
<jdplus-main.version>3.1.1</jdplus-main.version>
<jdplus-benchmarking.version>1.0.0-SNAPSHOT</jdplus-benchmarking.version>
<jdplus-sts.version>1.0.0</jdplus-sts.version>
<jdplus-highfreq.version>1.0.0</jdplus-highfreq.version>
<jdplus-incubator.version>1.1.0-SNAPSHOT</jdplus-incubator.version>
<protobuf.version>3.21.12</protobuf.version>
</properties>

Expand Down

0 comments on commit 8b56bfb

Please sign in to comment.