Revision: 5762
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5762&view=rev
Author: manningr
Date: 2010-08-06 22:29:21 +0000 (Fri, 06 Aug 2010)
Log Message:
-----------
exclude unnecessary dependency on aopalliance.
Modified Paths:
--------------
trunk/mavenize/fw-pom.xml
Modified: trunk/mavenize/fw-pom.xml
===================================================================
--- trunk/mavenize/fw-pom.xml 2010-08-06 22:26:23 UTC (rev 5761)
+++ trunk/mavenize/fw-pom.xml 2010-08-06 22:29:21 UTC (rev 5762)
@@ -180,6 +180,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring-framework-version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>aopalliance</groupId>
+ <artifactId>aopalliance</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|