We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecbca78 commit 908b373Copy full SHA for 908b373
.gitignore
@@ -19,3 +19,4 @@
19
/version.txt
20
apdu4j.log/.idea
21
pom.xml.versionsBackup
22
+dependency-reduced-pom.xml
tool/pom.xml
@@ -63,6 +63,7 @@
63
</goals>
64
<configuration>
65
<finalName>apdu4j</finalName>
66
+ <createDependencyReducedPom>false</createDependencyReducedPom>
67
<transformers>
68
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
69
<mainClass>apdu4j.tool.SCTool</mainClass>
0 commit comments