diff --git a/pom.xml b/pom.xml index c043917..9961b55 100644 --- a/pom.xml +++ b/pom.xml @@ -4,6 +4,10 @@ 4.0.0 + + ${maven.version} + + @@ -20,7 +24,7 @@ com.wandrell.example swss-soap-example - 1.2.2 + 1.2.3 war Spring Web Services WS-Security Example @@ -295,45 +299,45 @@ 1.9.7 1.10 1.2 - 2.10.2 + 2.10.3 2.3.23 - 19.0 - 1.4.192 + 20.0 + 1.4.193 1.0.0.Final - 5.1.0.Final + 5.1.3.Final 2.4.7 6.9.10 1.1.1 1.0-2 2.2.12 2.2.11 - 2.9.4 - 2.6.2 + 2.9.7 + 2.7 1.10.19 1.3.5 1.3.25 - 1.7.21 - 1.10.2.RELEASE - 4.3.2.RELEASE - 4.1.1.RELEASE - 2.3.0.RELEASE + 1.7.22 + 1.10.6.RELEASE + 4.3.5.RELEASE + 4.2.1.RELEASE + 2.4.0.RELEASE 1.0.1 1.2.0 - 6.9.10 + 6.10 1.6.3 - 2.1.7 + 2.1.8 2.0.2 - 2.0.7 + 2.0.8 3.0 1.12 - 2.12 + 2.12.1 0.13.1 9.1.6.v20160112 2.2 3.0.0 - 0.5.0 + 0.5.3 /swss diff --git a/readme.md b/readme.md index 5ea847c..efb5cd1 100644 --- a/readme.md +++ b/readme.md @@ -62,7 +62,7 @@ All other dependencies are handled through Maven, and noted in the included POM ### Running the example -To run the example just use the following Maven command for Jetty: +To run the example locally just use the following Maven command for Jetty: ``` $ mvn jetty:run-war -P jetty @@ -82,10 +82,9 @@ $ mvn package After this all the endpoint URLs are accessible. These can be found below, and require some sort of SOAP client, such as the console one included in the project. -This console client can be used by just running the ConsoleClient class, -located in the com.wandrell.example.swss.client.console folder. +This console client can be used by just running the ConsoleClient class, located in the com.wandrell.example.swss.client.console folder. -### Running the example on Java 8 +### Running the example with Java 8 Sadly, the example currently can't be run on Java 8. This is due a compatibility issue with Spring-WS and the security implementations. diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1f6237f..164b200 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -101,5 +101,10 @@ Updated Maven configuration. + + + Updated dependencies. + + \ No newline at end of file