You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by hw...@apache.org on 2015/06/16 11:44:40 UTC

deltaspike git commit: DELTASPIKE-929 missing dependency in Weld test profile

Repository: deltaspike
Updated Branches:
  refs/heads/master ff08daa87 -> 34cbc6788


DELTASPIKE-929 missing dependency in Weld test profile

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

Branch: refs/heads/master
Commit: 34cbc6788123ed9605ead8fb4b31bc994ba7c139
Parents: ff08daa
Author: Harald Wellmann <hw...@apache.org>
Authored: Tue Jun 16 11:43:44 2015 +0200
Committer: Harald Wellmann <hw...@apache.org>
Committed: Tue Jun 16 11:43:44 2015 +0200

----------------------------------------------------------------------
 deltaspike/parent/code/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/34cbc678/deltaspike/parent/code/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml
index 1b9745d..86b5493 100644
--- a/deltaspike/parent/code/pom.xml
+++ b/deltaspike/parent/code/pom.xml
@@ -356,6 +356,11 @@
                     <scope>provided</scope>
                 </dependency>
                 <dependency>
+                    <groupId>org.jboss.weld</groupId>
+                    <artifactId>weld-core</artifactId>
+                    <scope>provided</scope>
+                </dependency>
+                <dependency>
                     <groupId>javax.el</groupId>
                     <artifactId>el-api</artifactId>
                     <version>2.2</version>