diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-19 06:38:53 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-19 06:38:53 +0000 |
commit | 4140d84ab1259cc7500e36fb761f21c5ee01fba9 (patch) | |
tree | 149d212acf2b966ccd5c6be8fc752a4f2013dfe6 /java/sca/itest/contribution-import-export/export-composite | |
parent | e78d25f094fd8179557bc6fd8e448ca3c7c23f12 (diff) |
Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and Axiom based on the patches from Ram for TUSCANY-2606
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696937 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest/contribution-import-export/export-composite')
-rw-r--r-- | java/sca/itest/contribution-import-export/export-composite/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/itest/contribution-import-export/export-composite/pom.xml b/java/sca/itest/contribution-import-export/export-composite/pom.xml index 4aea1320f3..2e21138924 100644 --- a/java/sca/itest/contribution-import-export/export-composite/pom.xml +++ b/java/sca/itest/contribution-import-export/export-composite/pom.xml @@ -59,7 +59,7 @@ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.2</version>
+ <version>4.5</version>
<scope>test</scope>
</dependency>
|