[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.jcr / pom.xml
index 9fb2bd5276808e5ba9d574adcd5357f60838a798..9847ec80b81a980acc45c4df9c2f32a25d85981d 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons.server</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.2.1-SNAPSHOT</version>
+               <version>0.3.5-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.server.jcr</artifactId>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${version.maven-bundle-plugin}</version>
+
                                <configuration>
                                        <instructions>
-                                               <Export-Package>
-                                                       org.argeo.jcr.*,
-                                                       org.argeo.server.jcr.*
-                                               </Export-Package>
+                                               <Export-Package>org.argeo.jcr.*</Export-Package>
+                                               <Import-Package>
+                                                       junit.framework;resolution:=optional,
+                                                       org.xml.sax;version="0.0.0",
+                                                       org.springframework.core;resolution:=optional,
+                                                       org.springframework.core.io;resolution:=optional,
+                                                       org.springframework.*;resolution:=optional,
+                                                       *</Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.argeo.maven.plugins</groupId>
+                               <artifactId>maven-argeo-osgi-plugin</artifactId>
+                               <configuration>
+                                       <useDependencies>true</useDependencies>
+                                       <onlyCheck>true</onlyCheck>
+                                       <argsToAppend>
+                                               <arg>-clean</arg>
+                                       </argsToAppend>
+                                       <systemProperties>
+                                               <!-- Make sure that no bundle will be started -->
+                                               <argeo.osgi.start>XXX</argeo.osgi.start>
+                                       </systemProperties>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.commons.basic</groupId>
                        <artifactId>org.argeo.basic.nodeps</artifactId>
-                       <version>0.2.1-SNAPSHOT</version>
+                       <version>0.3.5-SNAPSHOT</version>
                </dependency>
 
+               <!-- JCR -->
                <dependency>
-                       <groupId>org.argeo.commons.server</groupId>
-                       <artifactId>org.argeo.server.core</artifactId>
-                       <version>0.2.1-SNAPSHOT</version>
+                       <groupId>org.argeo.dep.osgi</groupId>
+                       <artifactId>org.argeo.dep.osgi.jcr</artifactId>
                </dependency>
 
-               <!-- JCR -->
                <dependency>
-                       <groupId>javax.jcr</groupId>
-                       <artifactId>com.springsource.javax.jcr</artifactId>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.io</artifactId>
                </dependency>
 
                <!-- Spring -->
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.beans</artifactId>
+                       <scope>provided</scope>
                </dependency>
 
+               <!-- OSGi -->
                <dependency>
-                       <groupId>org.springframework</groupId>
-                       <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>
-
-               <dependency>
-                       <groupId>javax.activation</groupId>
-                       <artifactId>com.springsource.javax.activation</artifactId>
+                       <groupId>org.eclipse.osgi</groupId>
+                       <artifactId>org.eclipse.osgi</artifactId>
+                       <scope>provided</scope>
                </dependency>
 
                <!-- Logging -->
                        <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
                </dependency>
 
-               <dependency>
-                       <groupId>org.apache.commons</groupId>
-                       <artifactId>com.springsource.org.apache.commons.fileupload</artifactId>
-               </dependency>
 
+               <!-- TEST -->
                <dependency>
                        <groupId>org.junit</groupId>
                        <artifactId>com.springsource.junit</artifactId>
                        <optional>true</optional>
                </dependency>
-
-               <!-- TEST -->
                <dependency>
-                       <groupId>org.argeo.commons.server</groupId>
-                       <artifactId>org.argeo.server.jackrabbit</artifactId>
-                       <version>0.2.1-SNAPSHOT</version>
+                       <groupId>org.argeo.commons.osgi</groupId>
+                       <artifactId>org.argeo.osgi.dep.jackrabbit</artifactId>
+                       <version>0.3.5-SNAPSHOT</version>
+                       <type>pom</type>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.basic</groupId>
                        <artifactId>org.argeo.support.junit</artifactId>
-                       <version>0.2.1-SNAPSHOT</version>
+                       <version>0.3.5-SNAPSHOT</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.argeo.commons.basic</groupId>
                        <artifactId>org.argeo.basic.dep.log4j</artifactId>
-                       <version>0.2.1-SNAPSHOT</version>
+                       <version>0.3.5-SNAPSHOT</version>
                        <type>pom</type>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.commons.osgi</groupId>
+                       <artifactId>org.argeo.osgi.boot</artifactId>
+                       <version>0.3.5-SNAPSHOT</version>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 </project>