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 2018/10/15 11:30:36 UTC

[2/2] syncope git commit: Wicket tester requires JUnit 4.12...

Wicket tester requires JUnit 4.12...


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

Branch: refs/heads/master
Commit: 4ae9a74c1381c16e9bab8ae0099afa2b2eca59ae
Parents: 6d1c873
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Oct 15 13:30:19 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Oct 15 13:30:26 2018 +0200

----------------------------------------------------------------------
 fit/core-reference/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/4ae9a74c/fit/core-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 49a6521..8b9e987 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -427,6 +427,16 @@ under the License.
     <profile>
       <id>full-it</id>
 
+      <dependencies>
+        <!-- required by wicket tester -->
+        <dependency>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+          <version>4.12</version>
+          <scope>test</scope>
+        </dependency>
+      </dependencies>
+
       <build>
         <plugins>
           <plugin>