SEC-1125: Created separate web module spring-security-web
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
<modules>
|
||||
<module>core</module>
|
||||
<!-- module>web</module -->
|
||||
<module>web</module>
|
||||
<module>ldap</module>
|
||||
<module>config</module>
|
||||
<module>acl</module>
|
||||
@@ -300,6 +300,12 @@
|
||||
<artifactId>mockito-core</artifactId>
|
||||
<version>1.7</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jmock</groupId>
|
||||
<artifactId>jmock-junit4</artifactId>
|
||||
<version>2.5.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
@@ -814,12 +820,6 @@
|
||||
<version>1.8.0.7</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jmock</groupId>
|
||||
<artifactId>jmock-junit4</artifactId>
|
||||
<version>2.5.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user