You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ja...@apache.org on 2014/02/05 19:05:50 UTC

svn commit: r1564855 - /servicemix/smx4/bundles/trunk/swagger-core-1.3.2/pom.xml

Author: janstey
Date: Wed Feb  5 18:05:49 2014
New Revision: 1564855

URL: http://svn.apache.org/r1564855
Log:
SMX4-1686 - exclude swagger annotations bundle from core bundle as it is installed as a separate bundle

Modified:
    servicemix/smx4/bundles/trunk/swagger-core-1.3.2/pom.xml

Modified: servicemix/smx4/bundles/trunk/swagger-core-1.3.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/swagger-core-1.3.2/pom.xml?rev=1564855&r1=1564854&r2=1564855&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/swagger-core-1.3.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/swagger-core-1.3.2/pom.xml Wed Feb  5 18:05:49 2014
@@ -53,6 +53,12 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.wordnik</groupId>
+                    <artifactId>swagger-annotations</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <!-- sources -->
@@ -62,6 +68,12 @@
             <version>${pkgVersion}</version>
             <classifier>sources</classifier>
             <optional>true</optional>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.wordnik</groupId>
+                    <artifactId>swagger-annotations</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>