Skip to content

Commit

Permalink
Upgrade XOM as a Workaround for Galleon plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantarrant committed Aug 9, 2021
1 parent 0d80866 commit d6586f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-configuration/pom.xml
Expand Up @@ -195,6 +195,7 @@
<version.spring.session>2.5.1</version.spring.session>
<version.micrometer>1.7.1</version.micrometer>
<version.kafka.client>2.5.0</version.kafka.client>
<version.xom>1.3.7</version.xom>

<!-- Plugin dependencies -->
<version.checkstyle.maven-plugin>3.1.1</version.checkstyle.maven-plugin>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -1856,6 +1856,13 @@
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-maven-plugin</artifactId>
<version>${version.org.jboss.galleon}</version>
<dependencies>
<dependency>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
<version>${version.xom}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.antlr</groupId>
Expand Down

0 comments on commit d6586f3

Please sign in to comment.