]> 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 c40ff685f02d4daecaf0d52b4ba499be951c1092..58af03f0a23e0d00f344298cc7cd1daf7a7d6f79 100644 (file)
                </plugins>
        </build>
        <dependencies>
+               <!-- Perspectives -->
                <dependency>
                        <groupId>org.argeo.slc.eclipse</groupId>
-                       <artifactId>org.argeo.slc.client.rap</artifactId>
-                       <version>${project.version}</version>
+                       <artifactId>org.argeo.slc.client.ui</artifactId>
+                       <version>${version.slc}</version>
                </dependency>
-
                <dependency>
-                       <groupId>org.argeo.slc.dep</groupId>
-                       <artifactId>org.argeo.slc.dep.sdk.rcp</artifactId>
-                       <version>${project.version}</version>
+                       <groupId>org.argeo.slc.eclipse</groupId>
+                       <artifactId>org.argeo.slc.client.ui.dist</artifactId>
+                       <version>${version.slc}</version>
+               </dependency>
+               <!-- Secure Application -->
+               <dependency>
+                       <groupId>org.argeo.commons.security</groupId>
+                       <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.argeo.commons.eclipse</groupId>
-                                       <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
+                                       <groupId>org.mortbay.jetty</groupId>
+                                       <artifactId>org.mortbay.jetty.server</artifactId>
                                </exclusion>
                                <exclusion>
-                                       <groupId>org.argeo.slc.eclipse</groupId>
-                                       <artifactId>org.argeo.slc.client.rcp</artifactId>
+                                       <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.client.rap</artifactId>
+                       <version>${version.slc}</version>
+               </dependency>
+               <!-- Back-end Dependencies -->
+               <dependency>
+                       <groupId>org.argeo.slc.dep</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