Skip to content

Commit

Permalink
Shade joml so cmdline/VSC doesn't break
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyCailin committed Apr 23, 2024
1 parent ab8b6c9 commit a4a8bdf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,12 @@
<artifactId>slf4j-simple</artifactId>
<version>1.7.36</version>
</dependency>
<!-- MIT -->
<dependency>
<groupId>org.joml</groupId>
<artifactId>joml</artifactId>
<version>1.10.5</version>
</dependency>
</dependencies>
<distributionManagement>
<repository>
Expand Down Expand Up @@ -600,6 +606,7 @@
<include>com.microsoft.sqlserver:mssql-jdbc:jar:*</include>
<include>org.slf4j:slf4j-api:jar:*</include>
<include>org.slf4j:slf4j-simple:jar:*</include>
<include>org.joml:joml:jar:*</include>
</includes>
</artifactSet>
<relocations>
Expand Down Expand Up @@ -987,6 +994,12 @@
<exclude>META-INF/**</exclude>
</excludes>
</filter>
<filter>
<artifact>org.joml:joml:*</artifact>
<excludes>
<exclude>META-INF/**</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
Expand Down

0 comments on commit a4a8bdf

Please sign in to comment.