Commiting Hannes Erven's patch
Fixes the maven build to download the jars from the repo..

git-svn-id: https://svn.apache.org/repos/asf/webservices/kandula/trunk/java@386496 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/project.properties b/project.properties
new file mode 100644
index 0000000..191267a
--- /dev/null
+++ b/project.properties
@@ -0,0 +1,4 @@
+maven.repo.remote = http://www.apache.org/dist/java-repository/, http://cvs.apache.org/repository/, http://mirrors.sunsite.dk/maven/, http://www.ibiblio.org/maven, http://dist.codehaus.org, http://jakarta.apache.org/commons/logging/,

+http://www.reverse.net/pub/apache/java-repository/

+maven.xdoc.date = left

+maven.xdoc.version = ${pom.currentVersion}

diff --git a/project.xml b/project.xml
index 258567f..2d71cf0 100644
--- a/project.xml
+++ b/project.xml
@@ -230,7 +230,7 @@
 		 <dependency>

             <groupId>ws-commons</groupId>

             <artifactId>policy</artifactId>

-            <version>0.90-SNAPSHOT</version>

+            <version>0.92-SNAPSHOT</version>

             <properties>

                 <module>true</module>

             </properties>