Added missing dependency for Ubuntu 18.04 + 20.04
This commit is contained in:
parent
5edc24fa86
commit
5ff5f057b4
1 changed files with 7 additions and 0 deletions
|
|
@ -398,6 +398,13 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- Open Java API for OLAP -->
|
||||
<dependency>
|
||||
<groupId>org.olap4j</groupId>
|
||||
<artifactId>olap4j</artifactId>
|
||||
<version>1.2.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Easymock -->
|
||||
<dependency>
|
||||
<groupId>org.easymock</groupId>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue