|
@@ -10,62 +10,18 @@
|
|
|
</parent>
|
|
|
<artifactId>acegi-security-sandbox</artifactId>
|
|
|
<name>Acegi Security System for Spring - Sandbox</name>
|
|
|
+ <packaging>pom</packaging>
|
|
|
+
|
|
|
+ <modules>
|
|
|
+ <module>webwork</module>
|
|
|
+ <module>other</module>
|
|
|
+ </modules>
|
|
|
+
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>org.acegisecurity</groupId>
|
|
|
<artifactId>acegi-security</artifactId>
|
|
|
- <version>${project.version}</version>
|
|
|
+ <version>1.1-SNAPSHOT</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-mock</artifactId>
|
|
|
- <optional>true</optional>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>javax.servlet</groupId>
|
|
|
- <artifactId>servlet-api</artifactId>
|
|
|
- <version>2.4</version>
|
|
|
- <optional>true</optional>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>ehcache</groupId>
|
|
|
- <artifactId>ehcache</artifactId>
|
|
|
- <version>1.1</version>
|
|
|
- <optional>true</optional>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>ldapsdk</groupId>
|
|
|
- <artifactId>ldapsdk</artifactId>
|
|
|
- <version>4.1</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>net.sf.ldaptemplate</groupId>
|
|
|
- <artifactId>ldaptemplate</artifactId>
|
|
|
- <version>1.0.1</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.samba.jcifs</groupId>
|
|
|
- <artifactId>jcifs</artifactId>
|
|
|
- <version>1.2.6</version>
|
|
|
- <type>jar</type>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>hsqldb</groupId>
|
|
|
- <artifactId>hsqldb</artifactId>
|
|
|
- <version>1.8.0.4</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
</dependencies>
|
|
|
- <build>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <source>1.4</source>
|
|
|
- <target>1.4</target>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </build>
|
|
|
</project>
|