Skip to content

Commit e20811a

Browse files
shade everything but us in the shaded nio jar
1 parent 307f9f0 commit e20811a

File tree

1 file changed

+12
-0
lines changed
  • google-cloud-contrib/google-cloud-nio

1 file changed

+12
-0
lines changed

google-cloud-contrib/google-cloud-nio/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,18 @@
111111
<pattern>org</pattern>
112112
<shadedPattern>shaded.cloud-nio.org</shadedPattern>
113113
</relocation>
114+
<relocation>
115+
<pattern>io</pattern>
116+
<shadedPattern>shaded.cloud-nio.io</shadedPattern>
117+
</relocation>
118+
<relocation>
119+
<pattern>javax</pattern>
120+
<shadedPattern>shaded.cloud-nio.javax</shadedPattern>
121+
</relocation>
122+
<relocation>
123+
<pattern>okio</pattern>
124+
<shadedPattern>shaded.cloud-nio.okio</shadedPattern>
125+
</relocation>
114126
<relocation>
115127
<pattern>google</pattern>
116128
<shadedPattern>shaded.cloud-nio.google</shadedPattern>

0 commit comments

Comments
 (0)