You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2014/11/04 23:45:22 UTC

svn commit: r1636766 - /ctakes/trunk/pom.xml

Author: chenpei
Date: Tue Nov  4 22:45:22 2014
New Revision: 1636766

URL: http://svn.apache.org/r1636766
Log:
CTAKES-321 - jsr305 is actually new BSD licensed now. No need to exclude.
https://code.google.com/p/jsr-305

Modified:
    ctakes/trunk/pom.xml

Modified: ctakes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/pom.xml?rev=1636766&r1=1636765&r2=1636766&view=diff
==============================================================================
--- ctakes/trunk/pom.xml (original)
+++ ctakes/trunk/pom.xml Tue Nov  4 22:45:22 2014
@@ -534,13 +534,6 @@
 				<groupId>com.google.guava</groupId>
 				<artifactId>guava</artifactId>
 				<version>10.0</version>
-				<exclusions>
-				    <!-- Exclude LGPL Licensed transitive dependency -->
-				    <exclusion>
-				        <groupId>com.google.code.findbugs</groupId>
-				        <artifact>jsr305</artifact>
-				    </exclusion>
-				</exclusions>
 			</dependency>
 			<dependency>
 				<groupId>com.carrotsearch</groupId>