Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
JasperChaseTOQ committed Jun 20, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4fada42 commit 39d8eaf
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@
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>
<groupId>me.CHANGEME</groupId>
<artifactId>SlimefunAddon</artifactId>
<groupId>me.jasperchasetoq</groupId>
<artifactId>MobSimulationPlus</artifactId>
<version>1.0.0</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

@@ -66,5 +66,16 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.github.mooy1</groupId>
<artifactId>InfinityExpansion</artifactId>
<version>c4e42cc</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.Mooy1</groupId>
<artifactId>InfinityLib</artifactId>
<version>1.3.9</version>
</dependency>
</dependencies>
</project>

0 comments on commit 39d8eaf

Please sign in to comment.