Results 1 to 1 of 1

Thread: Spring 1.5.7 Samples - Maven Dependency Missing

Threaded View

  1. #1
    Join Date
    May 2009
    Posts
    18

    Default Spring 1.5.7 Samples - Maven Dependency Missing

    Just in case anyone runs across the same issue. Here is a quick fix.

    The samples didn't seem to run for me due to a missing maven dependency in the spring-ws-parent pom file. I updated the POM in my .m2 local cache with the following entry:

    Code:
    dependency>
    	<groupId>stax</groupId>
    	<artifactId>stax-api</artifactId>
    	<version>1.0.1</version>
    </dependency>
    The samples now build.
    Last edited by dussab; May 22nd, 2009 at 11:38 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •