Preventing a dependency getting included

2007-05-05 Thread Amit Prahesh
Hello, I started a new little web application for in-house use (I will be using basically the Spring Framework.) Below you will find the pom.xml for the app (code-named proteus.) Management decided some time ago to use Ubuntu Server 6.06 for the production servers, and Ubuntu has native Tomcat

Re: Preventing a dependency getting included

2007-05-05 Thread Wayne Fay
You should be able to do this by adding an exclusions/ node to the spring dependency/ node. This is pretty well documented on the Maven site [1], so I think you can figure out the details. [1] http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html Wayne On