Skip to content

Commit

Permalink
remove utilities and vaccess package from java11 jar
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Gorzinski <[email protected]>
  • Loading branch information
ThePrez committed Feb 5, 2024
1 parent 53ced0d commit b32c430
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom-dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@
</archive>
<excludes>
<exclude>**/com/ibm/as400/vaccess/**</exclude>
<exclude>**/utilites/*.class</exclude>
</excludes>
</configuration>
</execution>
Expand Down Expand Up @@ -870,6 +871,8 @@
<exclude>**/com/ibm/as400/access/UnixSocketInputStream.class</exclude>
<exclude>**/com/ibm/as400/access/UnixSocketOutputStream.class</exclude>
<exclude>**/com/ibm/as400/access/UnixSocketUser.class</exclude>
<exclude>**/com/ibm/as400/vaccess/**</exclude>
<exclude>**/utilites/*.class</exclude>
</excludes>
</configuration>
</execution>
Expand Down

0 comments on commit b32c430

Please sign in to comment.