Author: chenpei
Date: Tue Nov  4 21:48:04 2014
New Revision: 1636745

URL: http://svn.apache.org/r1636745
Log:
CTAKES-321 - <!-- Exclude LGPL Licensed transitive dependency -->
com.google.code.findbugs:jsr305 from guava

Modified:
    ctakes/trunk/pom.xml

Modified: ctakes/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/ctakes/trunk/pom.xml?rev=1636745&r1=1636744&r2=1636745&view=diff
==============================================================================
--- ctakes/trunk/pom.xml (original)
+++ ctakes/trunk/pom.xml Tue Nov  4 21:48:04 2014
@@ -534,6 +534,10 @@
                                <groupId>com.google.guava</groupId>
                                <artifactId>guava</artifactId>
                                <version>10.0</version>
+                               <excludes>
+                                   <!-- Exclude LGPL Licensed transitive 
dependency -->
+                                   
<exclude>com.google.code.findbugs:jsr305</exclude>
+                               </excludes>
                        </dependency>
                        <dependency>
                                <groupId>com.carrotsearch</groupId>


Reply via email to