]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.rap/pom.xml
[maven-release-plugin] prepare release argeo-slc-2.1.11
[gpl/argeo-slc.git] / org.argeo.slc.client.rap / pom.xml
index a063ff5ad1f60b78fd4f13cfa4dd21943c9847de..60c7e0db4909ff4456d48a966d6289aaf1b7539e 100644 (file)
@@ -2,69 +2,36 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
-               <artifactId>plugins</artifactId>
-               <version>2.1.1-SNAPSHOT</version>
+               <artifactId>argeo-slc</artifactId>
+               <version>2.1.11</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.slc.client.rap</artifactId>
        <name>SLC Client RAP</name>
        <packaging>jar</packaging>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <configuration>
-                                       <instructions>
-                                               <Bundle-Activator>org.argeo.slc.client.rap.SlcRapPlugin</Bundle-Activator>
-                                               <Require-Bundle>org.eclipse.rap.ui;resolution:=optional</Require-Bundle>
-                                               <Import-Package>
-                                                       javax.jcr.nodetype,
-                                                       javax.servlet,
-                                                       javax.servlet.http,
-                                                       org.argeo.eclipse.spring,
-                                                       org.argeo.slc.repo.core,
-                                                       *
-                                               </Import-Package>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
        <dependencies>
                <!-- SLC -->
                <dependency>
                        <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.repo</artifactId>
-                       <version>2.1.1-SNAPSHOT</version>
+                       <version>2.1.11</version>
                </dependency>
 
-               <!-- Argeo common distribution for RAP projects -->
+               <!-- Argeo common distribution for Secured UI -->
                <dependency>
-                       <groupId>org.argeo.commons.base</groupId>
-                       <artifactId>org.argeo.eclipse.dep.rap</artifactId>
+                       <groupId>org.argeo.commons</groupId>
+                       <artifactId>org.argeo.cms.ui.workbench.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 -->
+               <!-- RAP workbench -->
                <dependency>
-                       <groupId>org.argeo.commons.security</groupId>
-                       <artifactId>org.argeo.security.ui.rap</artifactId>
-                       <version>${version.argeo-commons}</version>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>argeo-tp-rap-e3</artifactId>
+                       <version>${version.argeo-tp}</version>
+                       <type>pom</type>
+                       <scope>provided</scope>
                </dependency>
+
        </dependencies>
 </project>