You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by jo...@apache.org on 2014/08/31 22:17:06 UTC

git commit: DELTASPIKE-696 Add cdictrl-servlet to distributions

Repository: deltaspike
Updated Branches:
  refs/heads/master 50e311809 -> 6879f53e9


DELTASPIKE-696 Add cdictrl-servlet to distributions


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

Branch: refs/heads/master
Commit: 6879f53e9bb079da120f12ebfbfda2a8dd0e60d8
Parents: 50e3118
Author: John D. Ament <jo...@apache.org>
Authored: Sun Aug 31 16:15:43 2014 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Sun Aug 31 16:15:43 2014 -0400

----------------------------------------------------------------------
 deltaspike/dist/bom/pom.xml | 5 +++++
 deltaspike/dist/pom.xml     | 6 ++++++
 2 files changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/6879f53e/deltaspike/dist/bom/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/dist/bom/pom.xml b/deltaspike/dist/bom/pom.xml
index b60e7e8..3433161 100644
--- a/deltaspike/dist/bom/pom.xml
+++ b/deltaspike/dist/bom/pom.xml
@@ -136,6 +136,11 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.deltaspike.cdictrl</groupId>
+            <artifactId>deltaspike-cdictrl-servlet</artifactId>
+        </dependency>
+
+        <dependency>
             <groupId>org.apache.deltaspike.modules</groupId>
             <artifactId>deltaspike-partial-bean-module-api</artifactId>
             <scope>compile</scope>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/6879f53e/deltaspike/dist/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/dist/pom.xml b/deltaspike/dist/pom.xml
index ea407d1..78c8369 100644
--- a/deltaspike/dist/pom.xml
+++ b/deltaspike/dist/pom.xml
@@ -156,6 +156,12 @@
             </dependency>
 
             <dependency>
+                <groupId>org.apache.deltaspike.cdictrl</groupId>
+                <artifactId>deltaspike-cdictrl-servlet</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+
+            <dependency>
                 <groupId>org.apache.deltaspike.modules</groupId>
                 <artifactId>deltaspike-partial-bean-module-api</artifactId>
                 <version>${project.version}</version>