Skip to content

Commit 5d2d096

Browse files
committed
add utils in math and exclusion
1 parent d88eaf1 commit 5d2d096

File tree

6 files changed

+833
-0
lines changed

6 files changed

+833
-0
lines changed

pom.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,36 @@
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
</properties>
1616

17+
<repositories>
18+
<repository>
19+
<id>opencollab-repo</id>
20+
<url>https://repo.opencollab.dev/maven-releases</url>
21+
</repository>
22+
<repository>
23+
<id>jitpack.io</id>
24+
<url>https://jitpack.io</url>
25+
</repository>
26+
</repositories>
27+
28+
<dependencies>
29+
<dependency>
30+
<groupId>org.cloudburstmc.math</groupId>
31+
<artifactId>immutable</artifactId>
32+
<version>2.0</version>
33+
</dependency>
34+
<dependency>
35+
<groupId>com.github.sculkmp</groupId>
36+
<artifactId>Sculk</artifactId>
37+
<version>1.0-SNAPSHOT</version>
38+
<exclusions>
39+
<exclusion>
40+
<groupId>*</groupId>
41+
<artifactId>*</artifactId>
42+
</exclusion>
43+
</exclusions>
44+
</dependency>
45+
</dependencies>
46+
1747
<build>
1848
<plugins>
1949
<plugin>

0 commit comments

Comments
 (0)