We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656e6d1 commit feb31a9Copy full SHA for feb31a9
1 file changed
libraries-apache-commons/pom.xml
@@ -47,6 +47,11 @@
47
<artifactId>commons-math3</artifactId>
48
<version>${common-math3.version}</version>
49
</dependency>
50
+ <dependency>
51
+ <groupId>com.h2database</groupId>
52
+ <artifactId>h2</artifactId>
53
+ <version>${h2.version}</version>
54
+ </dependency>
55
<dependency>
56
<groupId>org.knowm.xchart</groupId>
57
<artifactId>xchart</artifactId>
0 commit comments