Skip to content

Commit

Permalink
Merge pull request #114 from usdot-jpo-ode/deduplicator-submodule-fix
Browse files Browse the repository at this point in the history
Updated Deduplicator Pom file to match latest submodule version
  • Loading branch information
John-Wiens authored Oct 21, 2024
2 parents 88afe50 + 03ee08a commit eca7440
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions jpo-deduplicator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,25 +101,25 @@
<dependency>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-ode-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-ode-plugins</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-geojsonconverter</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.2-SNAPSHOT</version>
<classifier>jpo-geojsonconverter</classifier>
</dependency>
<dependency>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-conflictmonitor</artifactId>
<version>1.3.1-SNAPSHOT</version>
<classifier>jpo-conflictmonitor</classifier>
</dependency>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-conflictmonitor</artifactId>
<version>1.4.1-SNAPSHOT</version>
<classifier>jpo-conflictmonitor</classifier>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit eca7440

Please sign in to comment.