[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/75c84ce1 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/75c84ce1 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/75c84ce1 Branch: refs/heads/master Commit: 75c84ce15e480b1874925d6d9a90cb8668454cbf Parents: 4dbb787 Author: Francesco Chicchiriccò <[email protected]> Authored: Tue Jul 10 17:37:55 2018 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Tue Jul 10 17:38:04 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/75c84ce1/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>
