Skip to content

Commit

Permalink
Merge pull request #1719 from lat-lon/fix/typoAxiomProp-3.6
Browse files Browse the repository at this point in the history
Fixed typo in maven property axiom.version
  • Loading branch information
copierrj authored Jul 3, 2024
2 parents 5533410 + f45d6e3 commit 0a3c0dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-impl</artifactId>
<version>${axoim.version}</version>
<version>${axiom.version}</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.woodstox</groupId>
Expand All @@ -730,7 +730,7 @@
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-api</artifactId>
<version>${axoim.version}</version>
<version>${axiom.version}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down Expand Up @@ -1232,7 +1232,7 @@
<spring-batch.version>5.1.2</spring-batch.version>
<spring-framework.version>6.1.8</spring-framework.version>
<batik.version>1.17</batik.version>
<axoim.version>1.4.0</axoim.version>
<axiom.version>1.4.0</axiom.version>
<jsonpath.version>2.9.0</jsonpath.version>
<jsonsmart.version>2.5.1</jsonsmart.version>
</properties>
Expand Down

0 comments on commit 0a3c0dd

Please sign in to comment.