Skip to content

Commit f6b3b1b

Browse files
committed
Fix build for JDK 7/8.
1 parent 47a395b commit f6b3b1b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

byte-buddy/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -378,11 +378,6 @@
378378
<pattern>${shade.asmjdkbridge.source}</pattern>
379379
<shadedPattern>${shade.asmjdkbridge.target}</shadedPattern>
380380
</relocation>
381-
<relocation>
382-
<pattern>codes/rafael/asmjdkbridge</pattern>
383-
<shadedPattern>net/bytebuddy/jar/asmjdkbridge</shadedPattern>
384-
<rawString>true</rawString>
385-
</relocation>
386381
</relocations>
387382
<filters>
388383
<filter>

0 commit comments

Comments
 (0)