Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
Adapted pom
Browse files Browse the repository at this point in the history
  • Loading branch information
yannicklamprecht committed Aug 29, 2018
1 parent 19d4c4b commit bbfd8a7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions PathfinderAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>8</source>
<target>8</target>
Expand Down
2 changes: 1 addition & 1 deletion PathfinderPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.1</version>
<version>3.1.0</version>
<executions>
<execution>
<id>make-assembly</id>
Expand Down
3 changes: 0 additions & 3 deletions PathfinderTestPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<finalName>${project.name}</finalName>
</build>


<dependencies>
<dependency>
<groupId>com.github.ysl3000.pathfindergoalapi</groupId>
Expand All @@ -33,6 +32,4 @@
<scope>provided</scope>
</dependency>
</dependencies>


</project>
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@
</modules>
</profile>
</profiles>

</project>

0 comments on commit bbfd8a7

Please sign in to comment.