Exclude spring framework test dependency from deeplearning4j-nlp-uima (#417)

Signed-off-by: Alex Black <blacka101@gmail.com>
master
Alex Black 2020-04-27 16:12:01 +10:00 committed by GitHub
parent 3c28caa52a
commit dbebaa9c51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -95,6 +95,13 @@
<artifactId>deeplearning4j-common-tests</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<!-- Exclude due to dependency issue -->
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>