summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/samples')
-rw-r--r--branches/sca-java-1.x/samples/domain-webapp/build.xml2
-rw-r--r--branches/sca-java-1.x/samples/helloworld-ws-deep-webapp/build.xml2
-rw-r--r--branches/sca-java-1.x/samples/helloworld-ws-service-webapp/build.xml5
-rw-r--r--branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml2
4 files changed, 6 insertions, 5 deletions
diff --git a/branches/sca-java-1.x/samples/domain-webapp/build.xml b/branches/sca-java-1.x/samples/domain-webapp/build.xml
index e008e3c9f0..c8bbf1e8d3 100644
--- a/branches/sca-java-1.x/samples/domain-webapp/build.xml
+++ b/branches/sca-java-1.x/samples/domain-webapp/build.xml
@@ -118,7 +118,7 @@
<pathelement location="${m2.repo}\com\metaparadigm\json-rpc\1.0\json-rpc-1.0.jar"/>
<pathelement location="${m2.repo}\commons-codec\commons-codec\1.3\commons-codec-1.3.jar"/>
<pathelement location="${m2.repo}\commons-fileupload\commons-fileupload\1.1.1\commons-fileupload-1.1.1.jar"/>
- <pathelement location="${m2.repo}\commons-httpclient\commons-httpclient\3.0.1\commons-httpclient-3.0.1.jar"/>
+ <pathelement location="${m2.repo}\commons-httpclient\commons-httpclient\3.0.1\commons-httpclient-3.1.jar"/>
<pathelement location="${m2.repo}\commons-io\commons-io\1.1\commons-io-1.1.jar"/>
<pathelement location="${m2.repo}\commons-logging\commons-logging\1.1\commons-logging-1.1.jar"/>
<pathelement location="${m2.repo}\javax\activation\activation\1.1\activation-1.1.jar"/>
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-deep-webapp/build.xml b/branches/sca-java-1.x/samples/helloworld-ws-deep-webapp/build.xml
index bdb341d26a..be81d0a9bb 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-deep-webapp/build.xml
+++ b/branches/sca-java-1.x/samples/helloworld-ws-deep-webapp/build.xml
@@ -111,7 +111,7 @@
<include name="common-2.2.3.jar"/>
<include name="commons-codec-1.3.jar"/>
<include name="commons-fileupload-1.1.1.jar"/>
- <include name="commons-httpclient-3.0.1.jar"/>
+ <include name="commons-httpclient-3.1.jar"/>
<include name="commons-io-1.1.jar"/>
<include name="commons-logging-1.1.jar"/>
<include name="ecore-2.2.3.jar"/>
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/build.xml b/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/build.xml
index ff850203b3..427772d2a1 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/build.xml
+++ b/branches/sca-java-1.x/samples/helloworld-ws-service-webapp/build.xml
@@ -108,7 +108,7 @@
<include name="common-2.2.3.jar"/>
<include name="commons-codec-1.3.jar"/>
<include name="commons-fileupload-1.1.1.jar"/>
- <include name="commons-httpclient-3.0.1.jar"/>
+ <include name="commons-httpclient-3.1.jar"/>
<include name="commons-io-1.1.jar"/>
<include name="commons-logging-1.1.jar"/>
<include name="ecore-2.2.3.jar"/>
@@ -144,7 +144,8 @@
</lib>
<classes dir="target/classes"/>
<classes dir="target/sdo-source"/>
- </war> </target>
+ </war>
+ </target>
<target name="package" depends="compile"/>
diff --git a/branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml b/branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml
index 675510350a..62e87b5831 100644
--- a/branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml
+++ b/branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml
@@ -70,7 +70,7 @@
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
- <version>3.0.1</version>
+ <version>3.1</version>
</dependency>
<dependency>