diff --git a/PlayWallCore/pom.xml b/PlayWallCore/pom.xml index 0bef26a7e5289ed50faf3553a029a6c27d1d1ec0..08ed43efe29ebe5b3cd2833ebae81b5d2dfff05e 100644 --- a/PlayWallCore/pom.xml +++ b/PlayWallCore/pom.xml @@ -31,12 +31,36 @@ <artifactId>libPlugins-core</artifactId> <version>${libPlugins.version}</version> <classifier>java8</classifier> + <exclusions> + <exclusion> + <groupId>de.thecodelabs</groupId> + <artifactId>libUtils</artifactId> + </exclusion> + <exclusion> + <groupId>de.thecodelabs</groupId> + <artifactId>libStorage</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>de.thecodelabs</groupId> <artifactId>libPlugins-versionizer</artifactId> <version>${libPlugins.version}</version> <classifier>java8</classifier> + <exclusions> + <exclusion> + <groupId>de.thecodelabs</groupId> + <artifactId>libUtils</artifactId> + </exclusion> + <exclusion> + <groupId>de.thecodelabs</groupId> + <artifactId>libStorage</artifactId> + </exclusion> + <exclusion> + <groupId>de.thecodelabs.versionizer</groupId> + <artifactId>api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>de.thecodelabs.versionizer</groupId>