BAEL-18777 POM Properties Cleanup

- Fixes for libraries-apache-commons module
This commit is contained in:
Dhawal Kapil 2019-11-24 13:44:24 +05:30
parent 656e6d1738
commit feb31a9a3c
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,11 @@
<artifactId>commons-math3</artifactId>
<version>${common-math3.version}</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2.version}</version>
</dependency>
<dependency>
<groupId>org.knowm.xchart</groupId>
<artifactId>xchart</artifactId>