Skip to content
Snippets Groups Projects
Commit 6eb54b20 authored by Goik Martin's avatar Goik Martin
Browse files

Examinations need standalone pom.xml files

parent a5267332
No related branches found
No related tags found
No related merge requests found
...@@ -2,13 +2,6 @@ ...@@ -2,13 +2,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.hdm-stuttgart.mi</groupId>
<artifactId>lecturenotes-pom</artifactId>
<version>1.0</version>
<relativePath>../../../../P/pom.xml</relativePath>
</parent>
<groupId>de.hdm-stuttgart.de.sd1</groupId> <groupId>de.hdm-stuttgart.de.sd1</groupId>
<artifactId>diff</artifactId> <artifactId>diff</artifactId>
<version>1.0</version> <version>1.0</version>
...@@ -16,4 +9,14 @@ ...@@ -16,4 +9,14 @@
<name>Diff</name> <name>Diff</name>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project> </project>
...@@ -2,13 +2,6 @@ ...@@ -2,13 +2,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.hdm-stuttgart.mi</groupId>
<artifactId>lecturenotes-pom</artifactId>
<version>1.0</version>
<relativePath>../../../../P/pom.xml</relativePath>
</parent>
<groupId>de.hdm-stuttgart.de.sd1</groupId> <groupId>de.hdm-stuttgart.de.sd1</groupId>
<artifactId>diff</artifactId> <artifactId>diff</artifactId>
<version>2.0</version> <version>2.0</version>
...@@ -16,4 +9,14 @@ ...@@ -16,4 +9,14 @@
<name>Diff</name> <name>Diff</name>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project> </project>
...@@ -77,17 +77,20 @@ ...@@ -77,17 +77,20 @@
</build> </build>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.12</version> <version>4.12</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId> <artifactId>log4j-api</artifactId>
<version>2.3</version> <version>2.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId> <artifactId>log4j-core</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment