Skip to content

Commit aa92c83

Browse files
David Byronrnorth
David Byron
authored andcommitted
shade aopalliance to reduce the chance for conflicts
1 parent 9319ada commit aa92c83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@
120120
<pattern>org.glassfish</pattern>
121121
<shadedPattern>org.testcontainers.shaded.org.glassfish</shadedPattern>
122122
</relocation>
123+
<relocation>
124+
<pattern>org.aopalliance</pattern>
125+
<shadedPattern>org.testcontainers.shaded.org.aopalliance</shadedPattern>
126+
</relocation>
123127
<relocation>
124128
<pattern>org.jvnet</pattern>
125129
<shadedPattern>org.testcontainers.shaded.org.jvnet</shadedPattern>
@@ -169,6 +173,7 @@
169173
<includes>
170174
<include>org.apache.httpcomponents:*</include>
171175
<include>org.glassfish.*:*</include>
176+
<include>org.aopalliance.*:*</include>
172177
<include>javax.annotation:*</include>
173178
<include>javax.inject:*</include>
174179
<include>javax.ws.rs:*</include>

0 commit comments

Comments
 (0)