You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by cm...@apache.org on 2012/09/06 08:20:24 UTC

git commit: DELTASPIKE-210: Add javax.enterprise.inject in the MANIFEST

Updated Branches:
  refs/heads/master 1877ca060 -> d26e388a8


DELTASPIKE-210: Add javax.enterprise.inject in the MANIFEST


Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/d26e388a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/d26e388a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/d26e388a

Branch: refs/heads/master
Commit: d26e388a89c7a543b908239958fcef2cad91d5d9
Parents: 1877ca0
Author: Charles Moulliard <cm...@fusesource.com>
Authored: Thu Sep 6 08:20:02 2012 +0200
Committer: Charles Moulliard <cm...@fusesource.com>
Committed: Thu Sep 6 08:20:02 2012 +0200

----------------------------------------------------------------------
 deltaspike/modules/jpa/api/pom.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/d26e388a/deltaspike/modules/jpa/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jpa/api/pom.xml b/deltaspike/modules/jpa/api/pom.xml
index c4e591e..4d5ff92 100644
--- a/deltaspike/modules/jpa/api/pom.xml
+++ b/deltaspike/modules/jpa/api/pom.xml
@@ -37,6 +37,7 @@
             org.apache.deltaspike.jpa.*
         </deltaspike.osgi.export.pkg>
         <deltaspike.osgi.import>
+            javax.enterprise.inject,
             !org.apache.deltaspike.jpa.*,
             *
         </deltaspike.osgi.import>