Updated poms to Spring 2.5 and fixed up sandbox to work with latest build
This commit is contained in:
@@ -42,18 +42,10 @@
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>1.5</source>
|
||||
<target>1.5</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.mortbay.jetty</groupId>
|
||||
<artifactId>maven-jetty-plugin</artifactId>
|
||||
<version>6.1.7</version>
|
||||
<version>${jetty.version}</version>
|
||||
<configuration>
|
||||
<contextPath>/preauth</contextPath>
|
||||
<userRealms>
|
||||
|
||||
Reference in New Issue
Block a user