You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2013/12/22 13:22:26 UTC

git commit: DELTASPIKE-477 dist-config for the scheduler-module

Updated Branches:
  refs/heads/master 91f01bde5 -> 871e5c714


DELTASPIKE-477 dist-config for the scheduler-module


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

Branch: refs/heads/master
Commit: 871e5c7149ef9cb954a6ad9560fba4c9cc797757
Parents: 91f01bd
Author: gpetracek <gp...@apache.org>
Authored: Sun Dec 22 13:13:01 2013 +0100
Committer: gpetracek <gp...@apache.org>
Committed: Sun Dec 22 13:22:01 2013 +0100

----------------------------------------------------------------------
 deltaspike/dist/bom/pom.xml                             | 12 ++++++++++++
 .../dist/full/src/main/distribution/modules-module.xml  |  2 ++
 2 files changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/871e5c71/deltaspike/dist/bom/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/dist/bom/pom.xml b/deltaspike/dist/bom/pom.xml
index f0cc501..8f60598 100644
--- a/deltaspike/dist/bom/pom.xml
+++ b/deltaspike/dist/bom/pom.xml
@@ -159,6 +159,18 @@
             <artifactId>deltaspike-bean-validation-module-impl</artifactId>
             <scope>runtime</scope>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.deltaspike.modules</groupId>
+            <artifactId>deltaspike-scheduler-module-api</artifactId>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.deltaspike.modules</groupId>
+            <artifactId>deltaspike-scheduler-module-impl</artifactId>
+            <scope>runtime</scope>
+        </dependency>
     </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/871e5c71/deltaspike/dist/full/src/main/distribution/modules-module.xml
----------------------------------------------------------------------
diff --git a/deltaspike/dist/full/src/main/distribution/modules-module.xml b/deltaspike/dist/full/src/main/distribution/modules-module.xml
index 6c23daf..0fb83cb 100644
--- a/deltaspike/dist/full/src/main/distribution/modules-module.xml
+++ b/deltaspike/dist/full/src/main/distribution/modules-module.xml
@@ -34,6 +34,8 @@
         <resource-root path="deltaspike-security-module-impl-${project.version}.jar"/>
         <resource-root path="deltaspike-servlet-module-api-${project.version}.jar"/>
         <resource-root path="deltaspike-servlet-module-impl-${project.version}.jar"/>
+        <resource-root path="deltaspike-scheduler-module-api-${project.version}.jar"/>
+        <resource-root path="deltaspike-scheduler-module-impl-${project.version}.jar"/>
     </resources>
 
     <dependencies>