You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2015/12/19 06:20:20 UTC

syncope git commit: Missing Activiti Explorer dep for archetype

Repository: syncope
Updated Branches:
  refs/heads/master cdb7d3b6d -> 1b5fd8f50


Missing Activiti Explorer dep for archetype


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/1b5fd8f5
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/1b5fd8f5
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/1b5fd8f5

Branch: refs/heads/master
Commit: 1b5fd8f50c004fd818e13a52f1e0a0326e27a8a1
Parents: cdb7d3b
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Sat Dec 19 06:20:05 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Sat Dec 19 06:20:05 2015 +0100

----------------------------------------------------------------------
 .../main/resources/archetype-resources/console/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/1b5fd8f5/archetype/src/main/resources/archetype-resources/console/pom.xml
----------------------------------------------------------------------
diff --git a/archetype/src/main/resources/archetype-resources/console/pom.xml b/archetype/src/main/resources/archetype-resources/console/pom.xml
index 228e8b1..13afb6e 100644
--- a/archetype/src/main/resources/archetype-resources/console/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/console/pom.xml
@@ -96,6 +96,19 @@ under the License.
       <groupId>org.webjars</groupId>
       <artifactId>codemirror</artifactId>
     </dependency>    
+
+    <!-- TEST -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.activiti</groupId>
+      <artifactId>activiti-webapp-explorer2</artifactId>            
+      <type>war</type>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>