]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/modules/org.argeo.node.repo.jackrabbit/pom.xml
Change JCR url
[lgpl/argeo-commons.git] / server / modules / org.argeo.node.repo.jackrabbit / pom.xml
index 168f2e500c9fa69f4a90ddb8566b7d48811f1ac1..946605e4f20c53322bb23138fe0d5839434f24cd 100644 (file)
@@ -1,9 +1,8 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>1.1.4-SNAPSHOT</version>
+               <version>1.1.5-SNAPSHOT</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -18,6 +17,9 @@
                                <configuration>
                                        <instructions>
                                                <Bundle-SymbolicName>${project.artifactId};singleton:=true</Bundle-SymbolicName>
+                                               <!-- Import-Package needs to be specified explicitly since BND doesn't 
+                                                       deal with custom Spring-Context instructions -->
+                                               <Spring-Context>META-INF/spring/*.xml;create-asynchronously:=false</Spring-Context>
                                                <Import-Package>
                                                        *,
                                                        com.mysql.jdbc;resolution:=optional,