Progress on JSON
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.json / pom.xml
index 182f74d4cef52d6d1a727a456a9552bede28dd17..b12c17b1a53bca9c3ab6c66c5f80bba301eb6eee 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>
                        <artifactId>com.springsource.javax.servlet</artifactId>
                </dependency>
 
+               <!-- Logging -->
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
+               </dependency>
+
+               <!-- TEST -->
+               <dependency>
+                       <groupId>org.junit</groupId>
+                       <artifactId>com.springsource.junit</artifactId>
+                       <scope>test</scope>
+               </dependency>
+
        </dependencies>
 </project>