Skip to content

Commit 101ef2a

Browse files
committed
exclude all in xseries to fix build
1 parent 4cccfe5 commit 101ef2a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.hsgamer</groupId>
88
<artifactId>games-in-the-box</artifactId>
9-
<version>1.6.0</version>
9+
<version>1.6.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>GamesInTheBox</name>
@@ -340,6 +340,12 @@
340340
<groupId>com.github.cryptomorin</groupId>
341341
<artifactId>XSeries</artifactId>
342342
<version>13.3.2</version>
343+
<exclusions>
344+
<exclusion>
345+
<groupId>*</groupId>
346+
<artifactId>*</artifactId>
347+
</exclusion>
348+
</exclusions>
343349
</dependency>
344350
<dependency>
345351
<groupId>com.lewdev</groupId>

0 commit comments

Comments
 (0)