Repository: syncope Updated Branches: refs/heads/2_1_X ab4239e62 -> 007976ee5 refs/heads/master 4dbb78769 -> 75c84ce15
[SYNCOPE-1334] Just remove the unused (and outdated) junit dependency Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/007976ee Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/007976ee Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/007976ee Branch: refs/heads/2_1_X Commit: 007976ee56f5411b223d92f373fabffdb906a7af Parents: ab4239e Author: Francesco Chicchiriccò <[email protected]> Authored: Tue Jul 10 17:37:55 2018 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Tue Jul 10 17:37:55 2018 +0200 ---------------------------------------------------------------------- .../src/main/resources/archetype-resources/console/pom.xml | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/007976ee/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 479126c..51cec9b 100644 --- a/archetype/src/main/resources/archetype-resources/console/pom.xml +++ b/archetype/src/main/resources/archetype-resources/console/pom.xml @@ -96,13 +96,6 @@ under the License. <groupId>org.webjars</groupId> <artifactId>codemirror</artifactId> </dependency> - - <!-- TEST --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build>
