From c9e9235f7c387981b47eda49a50cad710300b332 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Mon, 8 Dec 2014 17:29:56 +0100 Subject: [PATCH] Avoiding external dependencies --- Sd1/P/life/V1/pom.xml | 3 ++- Sd1/P/life/V3/pom.xml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Sd1/P/life/V1/pom.xml b/Sd1/P/life/V1/pom.xml index aab150bf5..113fab5f2 100644 --- a/Sd1/P/life/V1/pom.xml +++ b/Sd1/P/life/V1/pom.xml @@ -36,6 +36,7 @@ <links> <link>http://www.greenfoot.org/files/javadoc/</link> </links> +<!-- <additionalDependencies> <additionalDependency> <groupId>org.greenfoot</groupId> @@ -43,7 +44,7 @@ <version>2.5</version> </additionalDependency> </additionalDependencies> - + --> </configuration> </plugin> </plugins> diff --git a/Sd1/P/life/V3/pom.xml b/Sd1/P/life/V3/pom.xml index cd59f31ed..03e0d7775 100644 --- a/Sd1/P/life/V3/pom.xml +++ b/Sd1/P/life/V3/pom.xml @@ -36,6 +36,7 @@ <links> <link>http://www.greenfoot.org/files/javadoc/</link> </links> +<!-- <additionalDependencies> <additionalDependency> <groupId>org.greenfoot</groupId> @@ -43,6 +44,8 @@ <version>2.5</version> </additionalDependency> </additionalDependencies> +--> + </configuration> </plugin> </plugins> -- GitLab