Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
c170114f
Commit
c170114f
authored
Feb 08, 2020
by
Piotr Gawron
Browse files
dependencies required for hsql to work
parent
b128fa73
Changes
2
Hide whitespace changes
Inline
Side-by-side
persist/pom.xml
View file @
c170114f
...
...
@@ -191,6 +191,13 @@
<scope>
compile
</scope>
</dependency>
<!-- HSQL Dependency -->
<dependency>
<groupId>
org.hsqldb
</groupId>
<artifactId>
hsqldb
</artifactId>
<version>
${hsqldb.version}
</version>
</dependency>
<!-- mockito used for testing -->
<dependency>
<groupId>
org.mockito
</groupId>
...
...
@@ -205,6 +212,7 @@
<version>
${junit.version}
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
</project>
\ No newline at end of file
pom.xml
View file @
c170114f
...
...
@@ -114,6 +114,9 @@
<surefire-api.version>
2.22.2
</surefire-api.version>
<hsqldb.version>
2.5.0
</hsqldb.version>
<surefire.rerunFailingTestsCount>
4
</surefire.rerunFailingTestsCount>
</properties>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment