]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dep/org.argeo.slc.dep.sdk.rap/pom.xml
Improve RAP dependencies
[gpl/argeo-slc.git] / dep / org.argeo.slc.dep.sdk.rap / pom.xml
index db067c8f35b73570f1e4d95b22c666bd731bf6e7..58af03f0a23e0d00f344298cc7cd1daf7a7d6f79 100644 (file)
                <!-- Secure Application -->
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
-                       <artifactId>org.argeo.security.ui.rap</artifactId>
+                       <artifactId>org.argeo.security.dep.node.rap</artifactId>
                        <version>${version.argeo-commons}</version>
+                       <exclusions>
+<!--                           <exclusion> -->
+<!--                                   <groupId>org.argeo.commons.security</groupId> -->
+<!--                                   <artifactId>org.argeo.security.ui.admin</artifactId> -->
+<!--                           </exclusion> -->
+
+                               <exclusion>
+                                       <groupId>org.mortbay.jetty</groupId>
+                                       <artifactId>org.mortbay.jetty.server</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.mortbay.jetty</groupId>
+                                       <artifactId>org.mortbay.jetty.server.util</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.eclipse.equinox</groupId>
+                                       <artifactId>org.eclipse.equinox.http.jetty</artifactId>
+                               </exclusion>
+
+                               <exclusion>
+                                       <groupId>org.argeo.slc.runtime</groupId>
+                                       <artifactId>org.argeo.slc.support.castor</artifactId>
+                               </exclusion>
+
+                       </exclusions>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc.eclipse</groupId>
                        <artifactId>org.argeo.slc.dep.backend</artifactId>
                        <version>${version.slc}</version>
                </dependency>
+
+               <!-- TEST and target platform generation -->
+               <!-- Default Tomcat conf (for development) -->
+               <dependency>
+                       <groupId>org.argeo.commons.server</groupId>
+                       <artifactId>org.argeo.server.tomcat</artifactId>
+                       <version>${version.argeo-commons}</version>
+                       <scope>test</scope>
+               </dependency>
+
+               <!-- Apache Directory -->
+               <dependency>
+                       <groupId>org.argeo.commons.security</groupId>
+                       <artifactId>org.argeo.security.dep.ads</artifactId>
+                       <type>pom</type>
+                       <version>${version.argeo-commons}</version>
+                       <scope>test</scope>
+               </dependency>
+
+               <!-- For target platform generation -->
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.unit</artifactId>
+                       <version>0.13.1-SNAPSHOT</version>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 </project>
\ No newline at end of file