Repository: camel
Updated Branches:
  refs/heads/camel-2.19.x dc554908e -> 894a54f25
  refs/heads/master eee8fda16 -> 12d4f2d10


[CAMEL-11317] camel-jpa entities may be used with hibernate provider under 
aries-jpa


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/12d4f2d1
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/12d4f2d1
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/12d4f2d1

Branch: refs/heads/master
Commit: 12d4f2d108b5d771e286135827e70bd5f0471f90
Parents: eee8fda
Author: Grzegorz Grzybek <gr.grzy...@gmail.com>
Authored: Wed May 24 13:19:37 2017 +0200
Committer: Grzegorz Grzybek <gr.grzy...@gmail.com>
Committed: Wed May 24 13:19:37 2017 +0200

----------------------------------------------------------------------
 components/camel-jpa/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/12d4f2d1/components/camel-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jpa/pom.xml b/components/camel-jpa/pom.xml
index c892f77..a6baef4 100644
--- a/components/camel-jpa/pom.xml
+++ b/components/camel-jpa/pom.xml
@@ -43,6 +43,8 @@
       !org.apache.camel.processor.interceptor.jpa.*,
       org.apache.camel.*;${camel.osgi.import.camel.version},
       ${camel.osgi.import.defaults},
+      org.hibernate.proxy;resolution:=optional,
+      javassist.util.proxy;resolution:=optional,
       *
     </camel.osgi.import.pkg>
     
<camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=jpa</camel.osgi.export.service>

Reply via email to