Author: sschaffert
Date: Tue Apr  9 15:07:29 2013
New Revision: 1466070

URL: http://svn.apache.org/r1466070
Log:
next try to exclude dependencies

Modified:
    incubator/marmotta/site/trunk/pom.xml

Modified: incubator/marmotta/site/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/pom.xml?rev=1466070&r1=1466069&r2=1466070&view=diff
==============================================================================
--- incubator/marmotta/site/trunk/pom.xml (original)
+++ incubator/marmotta/site/trunk/pom.xml Tue Apr  9 15:07:29 2013
@@ -795,6 +795,12 @@
             <artifactId>marmotta-core</artifactId>
             <version>${project.version}</version>
             <classifier>sources</classifier>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.scannotation</groupId>
+                    <artifactId>scannotation</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.marmotta</groupId>
@@ -839,13 +845,6 @@
             <classifier>sources</classifier>
         </dependency>
 
-        <dependency>
-            <groupId>org.scannotation</groupId>
-            <artifactId>scannotation</artifactId>
-            <version>1.0.3</version>
-            <scope>provided</scope>
-        </dependency>
-
     </dependencies>
 
 </project>


Reply via email to