Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit 058afec

Browse files
Merge pull request #28 from bitctrl/ChristianHoesel-patch-1
Remove Hibernate & H2
2 parents 3174b91 + e5c4521 commit 058afec

File tree

1 file changed

+2
-41
lines changed

1 file changed

+2
-41
lines changed

pom.xml

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<distributionspaket.standDatum>${maven.build.timestamp}</distributionspaket.standDatum>
2323
<jackson.version>2.12.3</jackson.version>
2424
<jersey.version>2.26</jersey.version>
25-
<hibernate.version>5.4.24.Final</hibernate.version>
2625
<jaxb-version>2.3.3</jaxb-version>
2726
</properties>
2827

@@ -216,41 +215,7 @@
216215
<artifactId>mockito-core</artifactId>
217216
<version>2.15.0</version>
218217
</dependency>
219-
<dependency>
220-
<groupId>org.hibernate</groupId>
221-
<artifactId>hibernate-core</artifactId>
222-
<version>${hibernate.version}</version>
223-
</dependency>
224-
<dependency>
225-
<groupId>org.hibernate</groupId>
226-
<artifactId>hibernate-ehcache</artifactId>
227-
<version>${hibernate.version}</version>
228-
</dependency>
229-
<dependency>
230-
<groupId>org.hibernate</groupId>
231-
<artifactId>hibernate-c3p0</artifactId>
232-
<version>${hibernate.version}</version>
233-
</dependency>
234-
<dependency>
235-
<groupId>org.hibernate</groupId>
236-
<artifactId>hibernate-jpamodelgen</artifactId>
237-
<version>${hibernate.version}</version>
238-
</dependency>
239-
<dependency>
240-
<groupId>org.hibernate</groupId>
241-
<artifactId>hibernate-osgi</artifactId>
242-
<version>${hibernate.version}</version>
243-
</dependency>
244-
<dependency>
245-
<groupId>javax.persistence</groupId>
246-
<artifactId>javax.persistence-api</artifactId>
247-
<version>2.2</version>
248-
</dependency>
249-
<dependency>
250-
<groupId>org.hibernate.common</groupId>
251-
<artifactId>hibernate-commons-annotations</artifactId>
252-
<version>5.1.0.Final</version>
253-
</dependency>
218+
254219
<dependency>
255220
<groupId>javax.activation</groupId>
256221
<artifactId>javax.activation-api</artifactId>
@@ -344,11 +309,7 @@
344309
<artifactId>jandex</artifactId>
345310
<version>2.0.5.Final</version>
346311
</dependency>
347-
<dependency>
348-
<groupId>com.h2database</groupId>
349-
<artifactId>h2</artifactId>
350-
<version>2.1.210</version>
351-
</dependency>
312+
352313
<dependency>
353314
<groupId>org.apache.pdfbox</groupId>
354315
<artifactId>pdfbox</artifactId>

0 commit comments

Comments
 (0)