Import all JCR packages so that thread bound session can be proxied for AOP
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 2 Mar 2012 16:39:27 +0000 (16:39 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 2 Mar 2012 16:39:27 +0000 (16:39 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5135 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

security/runtime/org.argeo.security.core/pom.xml

index e38379e75152ba0ab90354fc8f635c9df91660dd..d751d5ebdc2c3cc85b717d13e74ffcc5d5e87a51 100644 (file)
                                                        org.argeo.jcr,
                                                        org.xml.sax;version="0.0.0",
                                                        javax.jcr.security,
+                                                       javax.jcr.nodetype,
+                                                       javax.jcr.version,
+                                                       javax.jcr.observation,
+                                                       javax.jcr.query,
+                                                       javax.jcr.lock,
+                                                       javax.jcr.retention,
                                                        *
                                                </Import-Package>
                                        </instructions>