Author: pkluegl
Date: Tue Sep 17 12:47:09 2013
New Revision: 1524016

URL: http://svn.apache.org/r1524016
Log:
UIMA-3241
- really exclude aop stuff everywhere

Modified:
    uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml

Modified: uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml?rev=1524016&r1=1524015&r2=1524016&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml Tue Sep 17 12:47:09 2013
@@ -126,6 +126,18 @@ licensed under the Common Public License
       <artifactId>spring-context</artifactId>
       <version>3.1.2.RELEASE</version>
       <scope>compile</scope>
+      <!-- Exclude aop stuff, which is not need by uimafit 
+      and only introduces a non-asl license -->
+      <exclusions>
+        <exclusion>
+          <groupId>org.springframework</groupId> 
+          <artifactId>spring-aop</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>aopalliance</groupId> 
+          <artifactId>aopalliance</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
@@ -291,7 +303,7 @@ licensed under the Common Public License
             </goals>
             <configuration>
               
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
-              
<excludeArtifactIds>uimaj-core,uimaj-tools,uimaj-document-annotation,uimaj-adapter-vinci,jVinci,uimaj-cpe,tools</excludeArtifactIds>
+              
<excludeArtifactIds>uimaj-core,uimaj-tools,uimaj-document-annotation,uimaj-adapter-vinci,jVinci,uimaj-cpe,tools,aopalliance,spring-aop</excludeArtifactIds>
             </configuration>
           </execution>
         </executions>


Reply via email to