This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git
commit 42194b67d0ceff952d8b35124d2ec14b9e496e1a Author: Martin Stockhammer <[email protected]> AuthorDate: Sun Oct 6 17:56:25 2019 +0200 Cleaning up dependencies for authentication-api --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index fbb3cb9..ddd0496 100644 --- a/pom.xml +++ b/pom.xml @@ -755,6 +755,14 @@ <skipDeploy>true</skipDeploy> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <version>3.1.1</version> + <configuration> + <ignoredUnusedDeclaredDependencies>org.junit.platform:junit-platform-launcher,org.junit.jupiter:junit-jupiter-engine,org.junit.vintage:junit-vintage-engine</ignoredUnusedDeclaredDependencies> + </configuration> + </plugin> </plugins> </pluginManagement> <plugins>
