]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.jemmytest/pom.xml
Creates application context asynchronously
[gpl/argeo-slc.git] / sandbox / argeo.slc.jemmytest / pom.xml
index 7fa39d7c95a78d5eeb02762456ab1a4ce3349538..f1e2acfcf449bd72408e41054db2c9a3a1e5eaf4 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.11.2-SNAPSHOT</version>
+               <version>0.11.3-SNAPSHOT</version>
                <relativePath>../../org.argeo.slc</relativePath>
        </parent>
        <groupId>org.argeo.slc.sandbox</groupId>
@@ -20,7 +20,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <extensions>true</extensions>
+                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
                                                <Export-Package>
@@ -32,6 +32,7 @@
                                                <Require-Bundle>
                                                        org.argeo.slc.detached
                         </Require-Bundle>
+                                               <Spring-Context>*;create-asynchronously:=false</Spring-Context>
                                        </instructions>
 
                                </configuration>