Skip to content

Commit

Permalink
dont ship an extra version of groovy jar (fixes #267)
Browse files Browse the repository at this point in the history
that extra jar breaks geonetwork startup, cf georchestra/ansible#125 (comment)
  • Loading branch information
landryb committed Jan 15, 2024
1 parent 0524cfc commit 1533f8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,12 @@
<groupId>${project.groupId}</groupId>
<artifactId>gn-camelPeriodicProducer</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 1533f8b

Please sign in to comment.