Skip to content

Commit

Permalink
noise: add osmosis-core as dependency to fix build after osmosis bump…
Browse files Browse the repository at this point in the history
… to 0.49.1
  • Loading branch information
michalmac committed Nov 6, 2023
1 parent ef59e51 commit 4f28ccb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions contribs/noise/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openstreetmap.osmosis</groupId>
<artifactId>osmosis-xml</artifactId>
<version>${osmosis.version}</version>
<groupId>org.openstreetmap.osmosis</groupId>
<artifactId>osmosis-core</artifactId>
<version>${osmosis.version}</version>
<exclusions>
<!-- needed to compile in IntelliJ with Eclipse compiler -->
<!-- see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=536928 -->
Expand All @@ -51,6 +51,11 @@
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.openstreetmap.osmosis</groupId>
<artifactId>osmosis-xml</artifactId>
<version>${osmosis.version}</version>
</dependency>
</dependencies>
</project>

0 comments on commit 4f28ccb

Please sign in to comment.