Skip to content

Commit

Permalink
[PAXURL-326] Remove unneeded commons-lang3 and commons-codec classes …
Browse files Browse the repository at this point in the history
…from shaded JAR
  • Loading branch information
grgrzybek committed Jan 7, 2019
1 parent 7a1e3f1 commit 698ff35
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pax-url-aether/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
<filtering>true</filtering>
<excludes>
<exclude>repo2/**</exclude>
<exclude>repo3/**</exclude>
<exclude>repomulti/**</exclude>
<exclude>repomulti_with_file/**</exclude>
</excludes>
Expand All @@ -274,6 +275,7 @@
<filtering>false</filtering>
<includes>
<include>repo2/**</include>
<include>repo3/**</include>
<include>repomulti/**</include>
<include>repomulti_with_file/**</include>
</includes>
Expand Down Expand Up @@ -317,6 +319,25 @@
</includes>
</relocation>
</relocations>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>org/apache/commons/codec/language/**</exclude>
<exclude>org/apache/commons/lang3/arch/**</exclude>
<exclude>org/apache/commons/lang3/builder/**</exclude>
<exclude>org/apache/commons/lang3/concurrent/**</exclude>
<exclude>org/apache/commons/lang3/event/**</exclude>
<exclude>org/apache/commons/lang3/exception/**</exclude>
<exclude>org/apache/commons/lang3/math/**</exclude>
<exclude>org/apache/commons/lang3/mutable/**</exclude>
<exclude>org/apache/commons/lang3/reflect/**</exclude>
<exclude>org/apache/commons/lang3/text/**</exclude>
<exclude>org/apache/commons/lang3/time/**</exclude>
<exclude>org/apache/commons/lang3/tuple/**</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 698ff35

Please sign in to comment.