Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
correcting woodstox jar name
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.wso2.org/repos/wso2/trunk/wsf@21814 a5903396-d722-0410-b921-86c7d4935375
  • Loading branch information
keith committed Sep 12, 2008
1 parent b5a94c5 commit df1167f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jython/distribution/src/main/assembly/bin-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<include>org.apache.rampart:rampart-core:jar</include>
<include>stax:stax-api:jar</include>
<include>javax.activation:activation:jar</include>
<include>woodstox:woodstox-asl:jar</include>
<include>woodstox:wstx-asl:jar</include>
<include>commons-codec:commons-codec:jar</include>
</includes>
</dependencySet>
Expand Down
2 changes: 1 addition & 1 deletion jython/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
</dependency>
<dependency>
<groupId>woodstox</groupId>
<artifactId>woodstox-asl</artifactId>
<artifactId>wstx-asl</artifactId>
<version>${woodstox.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit df1167f

Please sign in to comment.