Introduce JcrResource adapter
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.jackrabbit / pom.xml
index 0db75b520825ca95ea8b1523ee38135709718ab0..a00612998e29ee3613812d38a84d42e5a26adfe4 100644 (file)
@@ -30,7 +30,8 @@
                                <configuration>
                                        <instructions>
                                                <Export-Package>
-                                                       org.argeo.server.jackrabbit.*
+                                                       org.argeo.server.jackrabbit.*,
+                                                       org.argeo.server.jcr.*
                                                </Export-Package>
                                        </instructions>
                                </configuration>
                        <artifactId>org.springframework.beans</artifactId>
                </dependency>
 
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.web.servlet</artifactId>
+               </dependency>
+
                <!-- Logging -->
                <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
                </dependency>
+
+               <!-- TEST -->
+               <dependency>
+                       <groupId>org.argeo.commons.basic</groupId>
+                       <artifactId>org.argeo.support.junit</artifactId>
+                       <version>0.1.2-SNAPSHOT</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.commons.basic</groupId>
+                       <artifactId>org.argeo.basic.dep.log4j</artifactId>
+                       <version>0.1.2-SNAPSHOT</version>
+                       <type>pom</type>
+                       <scope>test</scope>
+               </dependency>
+
        </dependencies>
 </project>