]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.rap/pom.xml
Prepare release
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.rap / pom.xml
index a5afd2e24261a06b2f86d1fc739f79402693d6f4..6a7e79d7f5906a67e6ad6830a695179116cb8c19 100644 (file)
@@ -16,7 +16,7 @@
                <dependency>
                        <groupId>org.argeo.slc.eclipse</groupId>
                        <artifactId>org.argeo.slc.client.ui</artifactId>
-                       <version>${project.version}</version>
+                       <version>0.13.1-SNAPSHOT</version>
                </dependency>
 
                <!-- Argeo common distribution for RAP projects -->
                        <groupId>org.argeo.commons.eclipse</groupId>
                        <artifactId>org.argeo.eclipse.dep.rap</artifactId>
                        <version>${version.argeo-commons}</version>
+                       <exclusions>
+                               <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>
+                       </exclusions>
                </dependency>
 
                <!-- Argeo common distribution for Secured UI -->
                <dependency>
                        <groupId>org.argeo.commons.security</groupId>
-                       <artifactId>org.argeo.security.ui.application</artifactId>
+                       <artifactId>org.argeo.security.ui.rap</artifactId>
                        <version>${version.argeo-commons}</version>
                </dependency>
        </dependencies>