Skip to content

Commit c4aba91

Browse files
committed
Expand dependency management for Hibernate
Closes gh-9950
1 parent 2a087c8 commit c4aba91

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,6 +1802,11 @@
18021802
<artifactId>hamcrest-library</artifactId>
18031803
<version>${hamcrest.version}</version>
18041804
</dependency>
1805+
<dependency>
1806+
<groupId>org.hibernate</groupId>
1807+
<artifactId>hibernate-c3p0</artifactId>
1808+
<version>${hibernate.version}</version>
1809+
</dependency>
18051810
<dependency>
18061811
<groupId>org.hibernate</groupId>
18071812
<artifactId>hibernate-core</artifactId>
@@ -1834,16 +1839,41 @@
18341839
<artifactId>hibernate-envers</artifactId>
18351840
<version>${hibernate.version}</version>
18361841
</dependency>
1842+
<dependency>
1843+
<groupId>org.hibernate</groupId>
1844+
<artifactId>hibernate-hikaricp</artifactId>
1845+
<version>${hibernate.version}</version>
1846+
</dependency>
1847+
<dependency>
1848+
<groupId>org.hibernate</groupId>
1849+
<artifactId>hibernate-infinispan</artifactId>
1850+
<version>${hibernate.version}</version>
1851+
</dependency>
18371852
<dependency>
18381853
<groupId>org.hibernate</groupId>
18391854
<artifactId>hibernate-java8</artifactId>
18401855
<version>${hibernate.version}</version>
18411856
</dependency>
1857+
<dependency>
1858+
<groupId>org.hibernate</groupId>
1859+
<artifactId>hibernate-jcache</artifactId>
1860+
<version>${hibernate.version}</version>
1861+
</dependency>
18421862
<dependency>
18431863
<groupId>org.hibernate</groupId>
18441864
<artifactId>hibernate-jpamodelgen</artifactId>
18451865
<version>${hibernate.version}</version>
18461866
</dependency>
1867+
<dependency>
1868+
<groupId>org.hibernate</groupId>
1869+
<artifactId>hibernate-proxool</artifactId>
1870+
<version>${hibernate.version}</version>
1871+
</dependency>
1872+
<dependency>
1873+
<groupId>org.hibernate</groupId>
1874+
<artifactId>hibernate-testing</artifactId>
1875+
<version>${hibernate.version}</version>
1876+
</dependency>
18471877
<dependency>
18481878
<groupId>org.hibernate.validator</groupId>
18491879
<artifactId>hibernate-validator</artifactId>

0 commit comments

Comments
 (0)