Fixing pom for rest-services

This commit is contained in:
Martin Stockhammer 2020-06-24 22:29:55 +02:00
parent 8486cc3df0
commit 11efad1ee6
1 changed files with 6 additions and 0 deletions

View File

@ -333,6 +333,12 @@
</dependency>
<!-- TEST Scope -->
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>javax.persistence-api</artifactId>