Skip to content

Instantly share code, notes, and snippets.

@astralbodies
Created March 26, 2012 18:46
Show Gist options
  • Save astralbodies/2208633 to your computer and use it in GitHub Desktop.
Save astralbodies/2208633 to your computer and use it in GitHub Desktop.
Spring WS Maven
<dependencies>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>2.0.2.RELEASE</version>
</dependency>
<dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1</version>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment