mirror of https://github.com/apache/archiva.git
Fixing pom for rest-services
This commit is contained in:
parent
8486cc3df0
commit
11efad1ee6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue