Adapt to Argeo Distribution v1.3.1
[lgpl/argeo-commons.git] / eclipse / dep / org.argeo.eclipse.dep.rap / pom.xml
index 700bd8a5c581f0e4ae948dccb48512af10a9f6b0..35ed06cc6dc0e867862a8b28230356e8d037685d 100644 (file)
@@ -70,7 +70,6 @@
                <dependency>
                        <groupId>org.argeo.tp.rap</groupId>
                        <artifactId>org.eclipse.rwt.widgets.upload</artifactId>
-                       <version>1.0.0.argeo003</version>
                </dependency>
                <!-- Needed by the bundle above -->
                <dependency>
                        <artifactId>javax.servlet</artifactId>
                </dependency>
 
+               <!-- Security -->
+               <dependency>
+                       <groupId>org.argeo.tp.rap</groupId>
+                       <artifactId>org.eclipse.equinox.security</artifactId>
+               </dependency>
+
        </dependencies>
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>org.argeo.tp.rap</groupId>
+                               <artifactId>binaries</artifactId>
+                               <version>${version.argeo-distribution}</version>
+                               <type>pom</type>
+                               <scope>import</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.tp.rap.platform</groupId>
+                               <artifactId>binaries</artifactId>
+                               <version>${version.argeo-distribution}</version>
+                               <type>pom</type>
+                               <scope>import</scope>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
        <profiles>
                <profile>
                        <id>check-osgi</id>