We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9319ada commit aa92c83Copy full SHA for aa92c83
core/pom.xml
@@ -120,6 +120,10 @@
120
<pattern>org.glassfish</pattern>
121
<shadedPattern>org.testcontainers.shaded.org.glassfish</shadedPattern>
122
</relocation>
123
+ <relocation>
124
+ <pattern>org.aopalliance</pattern>
125
+ <shadedPattern>org.testcontainers.shaded.org.aopalliance</shadedPattern>
126
+ </relocation>
127
<relocation>
128
<pattern>org.jvnet</pattern>
129
<shadedPattern>org.testcontainers.shaded.org.jvnet</shadedPattern>
@@ -169,6 +173,7 @@
169
173
<includes>
170
174
<include>org.apache.httpcomponents:*</include>
171
175
<include>org.glassfish.*:*</include>
176
+ <include>org.aopalliance.*:*</include>
172
177
<include>javax.annotation:*</include>
178
<include>javax.inject:*</include>
179
<include>javax.ws.rs:*</include>
0 commit comments