]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dep/org.argeo.slc.dep.sdk.rap/pom.xml
Improve logging
[gpl/argeo-slc.git] / dep / org.argeo.slc.dep.sdk.rap / pom.xml
index 4f6ca4d4dca7ca662038d4a0dde561f7f245d0b3..8e51ca443e4e087c95e9c8471b38b47cc7d9fd84 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.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.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.client.rap</artifactId>
+                       <version>${version.slc}</version>
+               </dependency>
                <!-- Back-end Dependencies -->
                <dependency>
                        <groupId>org.argeo.slc.dep</groupId>
-                       <artifactId>org.argeo.slc.backend</artifactId>
-                       <version>${project.version}</version>
+                       <artifactId>org.argeo.slc.dep.backend</artifactId>
+                       <version>${version.slc}</version>
                </dependency>
 
-               <!-- <dependency> <groupId>org.argeo.slc.eclipse</groupId> <artifactId>org.argeo.slc.client.ui</artifactId> 
-                       <version>${project.version}</version> </dependency> -->
-
-               <!-- Commons RAP -->
-               <!-- TO BE DELETED <dependency> <groupId>org.argeo.commons.eclipse</groupId> 
-                       <artifactId>org.argeo.eclipse.dep.rap</artifactId> <version>${version.argeo-commons}</version> 
-                       </dependency> -->
-
+               <!-- TEST and target platform generation -->
+               <!-- 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>
        </dependencies>
 </project>
\ No newline at end of file