]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.detached/pom.xml
Introduce system calls
[gpl/argeo-slc.git] / runtime / org.argeo.slc.detached / pom.xml
index d12f3911bf4774b2f0a9a20a206f4bbc7c46eac7..d3b9b49fc8accaed96919d31959f649ecf6f5d62 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.11.2</version>
+               <version>0.11.3-SNAPSHOT</version>
                <relativePath>../../org.argeo.slc</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
                                                        org.argeo.slc.detached.*
                                                </Export-Package>
                                                <Import-Package>
-                                                       *,
+                                                       org.w3c.dom;version="0.0.0",
+                                                       javax.xml.*;version="0.0.0",
                                                        org.springframework.beans.factory;version="2.0",
                                                        org.springframework.beans.factory.support;version="2.0",
                                                        org.springframework.beans.factory.xml;version="2.0",
                                                        org.springframework.context;version="2.0",
                                                        org.springframework.context.support;version="2.0",
-                                                       org.springframework.core.io;version="2.0"
+                                                       org.springframework.core.io;version="2.0",
+                                                       *
                                                </Import-Package>
+                                               <Spring-Context>*;create-asynchronously:=false</Spring-Context>
                                        </instructions>
                                </configuration>
                        </plugin>