Skip to content

Commit

Permalink
Disabled creation of dependency-reduced POM file
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetilkl committed Jun 26, 2023
1 parent c8ba406 commit 3d2e60d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>no.uio.ifi</groupId>
<artifactId>crypt4gh</artifactId>
<version>2.4.6</version>
<version>2.4.7</version>
<packaging>jar</packaging>

<name>crypt4gh</name>
Expand Down Expand Up @@ -140,6 +140,7 @@
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<shadedArtifactAttached>true</shadedArtifactAttached>
<transformers>
<transformer implementation=
Expand Down

0 comments on commit 3d2e60d

Please sign in to comment.