mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-08 19:42:48 +00:00
Disable aspects module for release
This commit is contained in:
parent
d0c3b5717b
commit
16de9920a0
20
pom.xml
20
pom.xml
@ -16,7 +16,7 @@
|
|||||||
<module>cas</module>
|
<module>cas</module>
|
||||||
<module>openid</module>
|
<module>openid</module>
|
||||||
<module>taglibs</module>
|
<module>taglibs</module>
|
||||||
<module>aspects</module>
|
<!--module>aspects</module-->
|
||||||
<module>samples</module>
|
<module>samples</module>
|
||||||
<!--module>itest</module-->
|
<!--module>itest</module-->
|
||||||
</modules>
|
</modules>
|
||||||
@ -667,24 +667,6 @@
|
|||||||
<artifactId>aspectjweaver</artifactId>
|
<artifactId>aspectjweaver</artifactId>
|
||||||
<version>1.6.5</version>
|
<version>1.6.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Used by SPEL
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.antlr</groupId>
|
|
||||||
<artifactId>antlr</artifactId>
|
|
||||||
<version>3.0.1</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
<scope>runtime</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>asm</groupId>
|
|
||||||
<artifactId>asm-all</artifactId>
|
|
||||||
<version>2.2.3</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
<scope>runtime</scope>
|
|
||||||
</dependency>
|
|
||||||
-->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cglib</groupId>
|
<groupId>cglib</groupId>
|
||||||
<artifactId>cglib-nodep</artifactId>
|
<artifactId>cglib-nodep</artifactId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user