Skip to content

Commit

Permalink
remove duplicated maven items
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuatjava committed Jan 1, 2021
1 parent d1aa3f3 commit 8de5aee
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
<version>1.6.0</version>
<relativePath />
</parent>

<groupId>edu.hm.hafner</groupId>

<artifactId>analysis-model</artifactId>
<version>${revision}${changelist}</version>

Expand Down Expand Up @@ -87,7 +86,6 @@
<dependency>
<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle</artifactId>
<version>${codingstyle.library.version}</version>
</dependency>

<!-- Project Dependencies -->
Expand Down Expand Up @@ -239,7 +237,6 @@
<plugin>
<groupId>org.assertj</groupId>
<artifactId>assertj-assertions-generator-maven-plugin</artifactId>
<version>${assertj-assertions-generator-maven-plugin.version}</version>
<configuration>
<packages>
<package>edu.hm.hafner.analysis</package>
Expand Down Expand Up @@ -516,5 +513,4 @@
<url>https://repo.jenkins-ci.org/snapshots/</url>
</snapshotRepository>
</distributionManagement>

</project>
</project>

0 comments on commit 8de5aee

Please sign in to comment.