Explorar o código

exclude all transitive dependencies of platform-core

sunyj %!s(int64=7) %!d(string=hai) anos
pai
achega
385f712c1c
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -94,6 +94,12 @@
             <groupId>com.uas.platform</groupId>
             <artifactId>platform-core</artifactId>
             <version>0.0.1-SNAPSHOT</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>