Adapt to Argeo Distribution v1.3.1
[lgpl/argeo-commons.git] / eclipse / dep / org.argeo.eclipse.dep.rcp / pom.xml
index c8991323061cf3bac588c73a7042bdb69669f61e..d5761aba793d6a67ff04a74cce0ea0e0c147f1ed 100644 (file)
@@ -198,7 +198,31 @@ ex=*.source_*.jar,\
                                </exclusion>
                        </exclusions>
                </dependency>
+
+               <!-- Security -->
+               <dependency>
+                       <groupId>org.argeo.tp.rcp</groupId>
+                       <artifactId>org.eclipse.equinox.security</artifactId>
+               </dependency>
        </dependencies>
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>org.argeo.tp.rcp</groupId>
+                               <artifactId>binaries</artifactId>
+                               <version>${version.argeo-distribution}</version>
+                               <type>pom</type>
+                               <scope>import</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.tp.rcp.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>