Dave and Wes - Thank you both for the replies.

We can exclude the xWork 2.1.2 jar dependency from Struts 2.1.6 in our
pom.xml file for our projects as Wes suggests.  However, it doesn't appear
that xWork 2.1.3 jar is available in the repository as this fails:

<dependency>
        <groupId>com.opensymphony</groupId>
        <artifactId>xwork</artifactId>
        <version>2.1.3</version>
        <scope>compile</scope>
    </dependency>

Bruce

-- 
View this message in context: 
http://www.nabble.com/xWork-2.1.3-available-yet-that-fixes-problem-with-Struts-2.1.6--tp22027436p22029251.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to