Exclude troublesome bundles
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 3 May 2013 13:23:44 +0000 (13:23 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 3 May 2013 13:23:44 +0000 (13:23 +0000)
git-svn-id: https://svn.argeo.org/commons/branches/2.tp@6266 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

security/dep/org.argeo.security.dep.node.rap/pom.xml

index d9cdc2b3701facef850ec214ad2876eac9e9ee59..2b60e5dbf02794f291056b685ff9849dad05c735 100644 (file)
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
                        <artifactId>org.argeo.security.dep.node</artifactId>
                        <version>2.1.1.tp-SNAPSHOT</version>
                        <type>pom</type>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.argeo.commons.security</groupId>
+                                       <artifactId>org.argeo.security.dao.jackrabbit</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.commons.security</groupId>
+                                       <artifactId>org.argeo.security.dao.os</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.commons.server</groupId>
+                                       <artifactId>org.argeo.server.catalina.start</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.commons.server</groupId>
+                                       <artifactId>org.argeo.server.webextender</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp</groupId>
+                                       <artifactId>org.apache.jasper</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.argeo.tp</groupId>
+                                       <artifactId>org.springframework.osgi.web.extender</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
                        <version>2.1.1.tp-SNAPSHOT</version>
                </dependency>
 
-               <!-- For Tomcat deployment -->
+               <!-- For Tomcat deployment
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.rap.webapp</artifactId>
                        <version>2.1.1.tp-SNAPSHOT</version>
                </dependency>
+                -->
        </dependencies>
        <profiles>
                <profile>