mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 11:33:11 +00:00
Remove unused byte-buddy
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -1839,13 +1839,6 @@
|
|||||||
<artifactId>javax.annotation-api</artifactId>
|
<artifactId>javax.annotation-api</artifactId>
|
||||||
<version>${javax-annotation.version}</version>
|
<version>${javax-annotation.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- mockito-inline and hibernate-ehcache pull in different versions of byte-buddy. Specify which we want. -->
|
|
||||||
<!-- TODO: We might be able to remove this after hibernate-ehcache is replaced by hibernate-jcache -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>net.bytebuddy</groupId>
|
|
||||||
<artifactId>byte-buddy</artifactId>
|
|
||||||
<version>1.16.1</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user