BAEL-18777 POM Properties Cleanup
- Fixes for libraries-apache-commons module
This commit is contained in:
parent
656e6d1738
commit
feb31a9a3c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue