Skip to content

Commit

Permalink
Merge pull request #279 from landryb/fix/267
Browse files Browse the repository at this point in the history
dont ship an extra version of groovy jar (fixes #267)
  • Loading branch information
landryb authored and f-necas committed Jan 25, 2024
1 parent a1dbcee commit 11f117f
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 @@ -523,6 +523,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 11f117f

Please sign in to comment.