Skip to content

Commit feb31a9

Browse files
committed
BAEL-18777 POM Properties Cleanup
- Fixes for libraries-apache-commons module
1 parent 656e6d1 commit feb31a9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

libraries-apache-commons/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
<artifactId>commons-math3</artifactId>
4848
<version>${common-math3.version}</version>
4949
</dependency>
50+
<dependency>
51+
<groupId>com.h2database</groupId>
52+
<artifactId>h2</artifactId>
53+
<version>${h2.version}</version>
54+
</dependency>
5055
<dependency>
5156
<groupId>org.knowm.xchart</groupId>
5257
<artifactId>xchart</artifactId>

0 commit comments

Comments
 (0)