Skip to content

Commit

Permalink
Release 2.0.0 Update requirements for Java 11 and war file (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
gathineou authored Oct 23, 2020
1 parent 7f98317 commit 7c074c5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
/saiku/
/saiku-query/
/mondrian/
/gradle/
gradlew
gradlew.bat
/.gradle/
/.settings/
/.classpath
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ This will expose the following apps / apis on [http://localhost:8080](http://loc

 

**!!! Important: ** currently Mondrian Server does not support recent Java versions. Please use Java 8 to run or build the project.
**!!! Important:** you can run or build the project with Java version 11.

 


## Features

Expand Down Expand Up @@ -251,7 +250,7 @@ on these columns. See class `SqlRewriter.java` for more details.

## Building Mondrian Server

Install **gradle** with `brew install gradle` or `apt-get install gradle`. Then run `gradle` in the project root directory. This will download all required ressources and build `mondrian-server.war` in the project root directory.
Install **gradle** with `brew install gradle` or `apt-get install gradle`. Then run `gradle` in the project root directory. This will download all required resources and build `mondrian-server.war` in the project root directory.


 
Expand Down
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@ dependencies {
implementation 'org.springframework:spring-webmvc:4.1.6.RELEASE'
implementation 'xml-apis:xml-apis:1.0.b2'

implementation "com.sun.xml.bind:jaxb-core:2.3.0.1"
implementation "javax.xml.bind:jaxb-api:2.3.1"
implementation "com.sun.xml.bind:jaxb-impl:2.3.1"

implementation "javax.annotation:javax.annotation-api:1.3.2"

implementation 'org.postgresql:postgresql:42.2.5'

compileOnly 'javax.servlet:jsp-api:2.0'
Expand Down
Binary file modified mondrian-server.war
Binary file not shown.

0 comments on commit 7c074c5

Please # to comment.