You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ra...@apache.org on 2015/04/01 20:36:28 UTC

deltaspike git commit: DELTASPIKE-850 Add Weld 3 profile

Repository: deltaspike
Updated Branches:
  refs/heads/master 459539356 -> 44a87b103


DELTASPIKE-850 Add Weld 3 profile


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

Branch: refs/heads/master
Commit: 44a87b1030395fbe90d479879373ee2ba72f51d3
Parents: 4595393
Author: Ron Smeral <rs...@redhat.com>
Authored: Fri Mar 6 14:12:43 2015 +0100
Committer: Rafael Benevides <ra...@gmail.com>
Committed: Wed Apr 1 14:36:20 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/44a87b10/deltaspike/parent/code/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml
index 7fdf636..e1c5b36 100644
--- a/deltaspike/parent/code/pom.xml
+++ b/deltaspike/parent/code/pom.xml
@@ -356,11 +356,6 @@
                     <scope>provided</scope>
                 </dependency>
                 <dependency>
-                    <groupId>org.jboss.weld</groupId>
-                    <artifactId>weld-core</artifactId>
-                    <scope>test</scope>
-                </dependency>
-                <dependency>
                     <groupId>javax.el</groupId>
                     <artifactId>el-api</artifactId>
                     <version>2.2</version>