[maven-release-plugin] copy for tag argeo-commons-0.2.1
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.jackrabbit / pom.xml
index ef4e4b1e229e9509e5d02131474938aac2dacc46..824939dde8f7154b78922d4500b3a251530a8530 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.server</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.1.2</version>
+               <version>0.2.1</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.server.jackrabbit</artifactId>
                                <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
+                                               <Fragment-Host>org.argeo.dep.osgi.jackrabbit</Fragment-Host>
                                                <Export-Package>
+                                                       org.argeo.jcr.*,
                                                        org.argeo.server.jackrabbit.*,
                                                        org.argeo.server.jcr.*
                                                </Export-Package>
+                                               <Import-Package>
+                                                       *,
+                                                       org.springframework.security.providers.jaas;resolution:="optional",
+                                                       junit.framework;resolution:="optional"
+                                               </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
                <dependency>
                        <groupId>org.argeo.commons.basic</groupId>
                        <artifactId>org.argeo.basic.nodeps</artifactId>
-                       <version>0.1.2</version>
+                       <version>0.2.1</version>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.core</artifactId>
-                       <version>0.1.2</version>
+                       <version>0.2.1</version>
                </dependency>
 
                <!-- Jack Rabbit -->
                        <artifactId>org.springframework.web.servlet</artifactId>
                </dependency>
 
+               <dependency>
+                       <groupId>org.springframework.security</groupId>
+                       <artifactId>org.springframework.security.core</artifactId>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.springframework.ws</groupId>
+                       <artifactId>org.springframework.xml</artifactId>
+               </dependency>
+
                <!-- Logging -->
                <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>com.springsource.org.apache.commons.fileupload</artifactId>
                </dependency>
 
+               <dependency>
+                       <groupId>org.junit</groupId>
+                       <artifactId>com.springsource.junit</artifactId>
+                       <optional>true</optional>
+               </dependency>
+
                <!-- TEST -->
                <dependency>
                        <groupId>org.argeo.commons.basic</groupId>
                        <artifactId>org.argeo.support.junit</artifactId>
-                       <version>0.1.2</version>
+                       <version>0.2.1</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.basic</groupId>
                        <artifactId>org.argeo.basic.dep.log4j</artifactId>
-                       <version>0.1.2</version>
+                       <version>0.2.1</version>
                        <type>pom</type>
                        <scope>test</scope>
                </dependency>