Introduce Server OSGi
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.osgi / pom.xml
index f9bc4319c05435047111ef2154d49434bd891ae1..d7f9bc1b252ba642fb538f5b0384e9bdfff6f548 100644 (file)
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.web.servlet</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.springframework.osgi</groupId>
+                       <artifactId>org.springframework.osgi.core</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.eclipse.osgi</groupId>
+                       <artifactId>org.eclipse.osgi</artifactId>
+               </dependency>
 
                <!-- J2EE -->
                <dependency>