Skip to content

Commit

Permalink
solve build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Noogear committed Jan 13, 2025
1 parent 1967eb7 commit 29c4137
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>cn</groupId>
<artifactId>VariZoo</artifactId>
<name>VariZoo</name>
<version>1.1.2</version>
<version>1.1.3</version>
<build>
<defaultGoal>clean package</defaultGoal>
<resources>
Expand All @@ -31,6 +31,16 @@
<goals>
<goal>shade</goal>
</goals>
<configuration>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/MANIFEST.MF</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@
<goals>
<goal>shade</goal>
</goals>
<configuration>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/MANIFEST.MF</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -78,4 +88,4 @@
<version>2.0.3</version>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 29c4137

Please sign in to comment.