diff --git a/src/etc/poms/README.txt b/src/etc/poms/README.txt
index 96cc2a371..fa6fd2562 100644
--- a/src/etc/poms/README.txt
+++ b/src/etc/poms/README.txt
@@ -6,8 +6,6 @@ The Ant jars can be built using Maven and the POMS present in this directory.
Libs not available in the maven repository
groupId artifactId version comment
-xerces xerces-impl 2.8.1 the xercesImpl.jar supplied with ant is the right one
-xml-apis xml-apis 2.8.1 the xml-apis.jar supplied with ant is the right one
com.bea weblogic 8.1.3.0 download it
com.bea weblogicclasses 5.1 a newer version can do.
jai jai-core 1.1.2_01 download jai from sun
@@ -39,8 +37,6 @@ mvn install -Dmaven.test.skip=true
TODO :
- * write MAVEN-UPLOAD request for xerces, xml-apis, and jsch.
-
* see if the dependency to weblogicclasses.jar can be replaced by a dependency to some j2ee.jar from Sun,
as it supplies some javax.ejb classes which are required at compile time.
@@ -57,4 +53,6 @@ REFERENCES :
about skipping tests :
http://maven.apache.org/plugins/maven-surefire-plugin/examples/skipping-test.html
+upload request for jsch-0.1.29
+http://jira.codehaus.org/browse/MAVENUPLOAD-1197
diff --git a/src/etc/poms/ant-nodeps/pom.xml b/src/etc/poms/ant-nodeps/pom.xml
index 96f350912..4c9fa1207 100644
--- a/src/etc/poms/ant-nodeps/pom.xml
+++ b/src/etc/poms/ant-nodeps/pom.xml
@@ -25,7 +25,7 @@
XML files, particularly the build files, if the JDK does not provide a parser
xercesImpl.jar is provided with ant -->
xerces
- xerces-impl
+ xercesImpl
2.8.1
true
runtime
@@ -37,7 +37,7 @@
a version of xml-apis.jar is delivered with ant -->
xml-apis
xml-apis
- 2.8.1
+ 1.3.03
true
compile
diff --git a/src/etc/poms/ant-trax/pom.xml b/src/etc/poms/ant-trax/pom.xml
index 023eae404..3a4b34f95 100644
--- a/src/etc/poms/ant-trax/pom.xml
+++ b/src/etc/poms/ant-trax/pom.xml
@@ -25,7 +25,7 @@
XML files, particularly the build files, if the JDK does not provide a parser
xercesImpl.jar is provided with ant -->
xerces
- xerces-impl
+ xercesImpl
2.8.1
true
runtime
@@ -37,7 +37,7 @@
a version of xml-apis.jar is delivered with ant -->
xml-apis
xml-apis
- 2.8.1
+ 1.3.03
true
compile
diff --git a/src/etc/poms/ant/pom.xml b/src/etc/poms/ant/pom.xml
index 6b0fde12c..0902f289c 100644
--- a/src/etc/poms/ant/pom.xml
+++ b/src/etc/poms/ant/pom.xml
@@ -29,7 +29,7 @@
XML files, particularly the build files, if the JDK does not provide a parser
xercesImpl.jar is provided with ant -->
xerces
- xerces-impl
+ xercesImpl
2.8.1
true
runtime
@@ -41,7 +41,7 @@
a version of xml-apis.jar is delivered with ant -->
xml-apis
xml-apis
- 2.8.1
+ 1.3.03
true
compile