diff --git a/P/Sd1/Console_sum/pom.xml b/P/Sd1/Console_sum/pom.xml index 8f6f82501aab919a625a888c261350d838eea3ae..ce6843e534aa5dd085176a11446c7825dee428b5 100644 --- a/P/Sd1/Console_sum/pom.xml +++ b/P/Sd1/Console_sum/pom.xml @@ -11,11 +11,11 @@ </parent> <groupId>de.hdm-stuttgart.mi.sd1</groupId> - <artifactId>largestproductingrid</artifactId> + <artifactId>console_sum</artifactId> <version>0.9</version> <packaging>jar</packaging> - <name>largestproductingrid</name> + <name>console_sum</name> <url>http://www.mi.hdm-stuttgart.de/freedocs</url> diff --git a/P/Sd1/plot/pom.xml b/P/Sd1/plot/pom.xml index 50cd09f804245b06685f1a2ca830de52c50d6399..0ce09af494892e32757fcf0ce3981ad3501d0517 100644 --- a/P/Sd1/plot/pom.xml +++ b/P/Sd1/plot/pom.xml @@ -18,21 +18,6 @@ <url>http://www.mi.hdm-stuttgart.de/freedocs</url> - <dependencies> - - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-api</artifactId> - <version>2.1</version> - </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-core</artifactId> - <version>2.1</version> - </dependency> - - </dependencies> - <build> <plugins> <plugin> diff --git a/pom.xml b/pom.xml index c3f5b4b1be741d7a5de3a42d13ea140d9c73dbcd..4f618eac0e4729b4c3ff0624a61117fad1d633b4 100644 --- a/pom.xml +++ b/pom.xml @@ -72,6 +72,16 @@ <version>4.12</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api</artifactId> + <version>2.1</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-core</artifactId> + <version>2.1</version> + </dependency> </dependencies> </project>