]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Fix issues with security dependencies
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 75b2796360c0fd796a8fd2d00e774db965a81fea..7a3b1fe3664994b36f66fa945ffcdc7dde14b7e5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
                <version.argeo-commons>0.1.2-SNAPSHOT</version.argeo-commons>
                <version.equinox>3.4.2.R34x_v20080826-1230</version.equinox>
                <version.maven-bundle-plugin>2.0.0</version.maven-bundle-plugin>
-               <version.maven-argeo-osgi>0.1.22</version.maven-argeo-osgi>
+               <version.maven-argeo-osgi>0.1.23</version.maven-argeo-osgi>
                <version.maven-argeo-qooxdoo>0.8.2.1</version.maven-argeo-qooxdoo>
                <site.repoBase>file:///var/argeo/projects/SLC/www/site</site.repoBase>
                <site.urlBase>http://www.argeo.org/projects/slc/site</site.urlBase>
@@ -196,6 +196,15 @@ limitations under the License.
        </build>
        <dependencyManagement>
                <dependencies>
+                       <!-- Third Parties -->
+                       <dependency>
+                               <groupId>org.argeo.dep</groupId>
+                               <artifactId>versions</artifactId>
+                               <version>1.0.1-SNAPSHOT</version>
+                               <type>pom</type>
+                               <scope>import</scope>
+                       </dependency>
+
                        <!-- SLC (itself) -->
                        <dependency>
                                <groupId>org.argeo.slc.runtime</groupId>
@@ -257,11 +266,6 @@ limitations under the License.
                                <artifactId>org.argeo.slc.server</artifactId>
                                <version>${project.version}</version>
                        </dependency>
-                       <dependency>
-                               <groupId>org.argeo.slc.runtime</groupId>
-                               <artifactId>org.argeo.slc.osgiboot</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
                        <dependency>
                                <groupId>org.argeo.slc.runtime</groupId>
                                <artifactId>org.argeo.slc.support.osgi</artifactId>
@@ -330,14 +334,6 @@ limitations under the License.
                                <version>${version.argeo-commons}</version>
                        </dependency>
 
-                       <!-- Third Parties -->
-                       <dependency>
-                               <groupId>org.argeo.dep</groupId>
-                               <artifactId>versions</artifactId>
-                               <version>1.0.1-SNAPSHOT</version>
-                               <type>pom</type>
-                               <scope>import</scope>
-                       </dependency>
                </dependencies>
        </dependencyManagement>
        <repositories>