Skip to content

Commit

Permalink
Merge pull request eugenp#10092 from dupirefr/team/JAVA-1669-missing_…
Browse files Browse the repository at this point in the history
…dependency

[JAVA-1669] Added missing byte-buddy dependency
  • Loading branch information
dkapil authored Sep 26, 2020
2 parents 264ac22 + 8986c5f commit 9c66f40
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion persistence-modules/spring-jpa-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${byte-buddy.version}</version>
</dependency>

<!-- test scoped -->
<dependency>
Expand All @@ -85,13 +90,14 @@
<properties>
<!-- Spring -->
<org.springframework.version>5.1.5.RELEASE</org.springframework.version>
<spring-boot.version>2.2.6.RELEASE</spring-boot.version>

<!-- persistence -->
<tomcat-dbcp.version>9.0.0.M26</tomcat-dbcp.version>

<!-- utilities -->
<guava.version>21.0</guava.version>
<spring-boot.version>2.2.6.RELEASE</spring-boot.version>
<byte-buddy.version>1.10.16</byte-buddy.version>
</properties>

</project>

0 comments on commit 9c66f40

Please sign in to comment.