Skip to content

Commit

Permalink
Merge pull request #3293 from ratnajothy/patch-1
Browse files Browse the repository at this point in the history
Update parent/pom.xml to fix artifacts not picking the version correctly due to errors in the pom
  • Loading branch information
piraveena authored May 23, 2022
2 parents b005182 + 6a25ee9 commit 9e275be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@
<dependency>
<groupId>org.wso2.orbit.org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>orbit.version.poi.ooxml</version>
<version>${orbit.version.poi.ooxml}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -1231,7 +1231,7 @@
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>${xmlunit}</version>
<version>${version.xmlunit}</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
Expand Down

0 comments on commit 9e275be

Please sign in to comment.