Skip to content

Commit a87f20e

Browse files
committed
Remove unused bytebuddy dependency
Was added to satisfy upper bounds check
1 parent d7cefd3 commit a87f20e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@
8181
<type>pom</type>
8282
<scope>import</scope>
8383
</dependency>
84-
<!-- Added to satisfy upper bounds checks from enforcer in parent pom 4.55 -->
85-
<dependency>
86-
<groupId>net.bytebuddy</groupId>
87-
<artifactId>byte-buddy</artifactId>
88-
<version>1.14.4</version>
89-
</dependency>
9084
</dependencies>
9185
</dependencyManagement>
9286

0 commit comments

Comments
 (0)