Mathijs den Burger pushed to branch feature/CC-REPO-1868 at cms-community / 
hippo-repository


Commits:
4d2a8886 by Mathijs den Burger at 2017-10-20T10:57:03+02:00
REPO-1868 Add explicit dependency on hippo-cms-testutils when needed

- - - - -


4 changed files:

- deprecated/facetselectmirror/pom.xml
- jaxrs/pom.xml
- test/pom.xml
- workflow/pom.xml


Changes:

=====================================
deprecated/facetselectmirror/pom.xml
=====================================
--- a/deprecated/facetselectmirror/pom.xml
+++ b/deprecated/facetselectmirror/pom.xml
@@ -88,6 +88,11 @@
       <version>${project.version}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.onehippo.cms7</groupId>
+      <artifactId>hippo-cms-testutils</artifactId>
+      <scope>test</scope>
+    </dependency>
 
   </dependencies>
 


=====================================
jaxrs/pom.xml
=====================================
--- a/jaxrs/pom.xml
+++ b/jaxrs/pom.xml
@@ -88,6 +88,11 @@
       <version>${project.version}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.onehippo.cms7</groupId>
+      <artifactId>hippo-cms-testutils</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
 </project>


=====================================
test/pom.xml
=====================================
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -106,6 +106,11 @@
       <version>${project.version}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.onehippo.cms7</groupId>
+      <artifactId>hippo-cms-testutils</artifactId>
+      <scope>test</scope>
+    </dependency>
 
     <!-- integration test dependency -->
     <dependency>


=====================================
workflow/pom.xml
=====================================
--- a/workflow/pom.xml
+++ b/workflow/pom.xml
@@ -99,6 +99,11 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.onehippo.cms7</groupId>
+      <artifactId>hippo-cms-testutils</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-repository/commit/4d2a8886b791eeae142b3ebae234f0827f9f3718

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-repository/commit/4d2a8886b791eeae142b3ebae234f0827f9f3718
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to