Skip to content

Commit

Permalink
Merge pull request #2157 from ChristianMurphy/build/replace-google-vi…
Browse files Browse the repository at this point in the history
…sualization-datasource

build: migrate google visualization to maintained fork
  • Loading branch information
bjagg committed Dec 14, 2020
2 parents 90c9b21 + 949f2d7 commit a885243
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ subprojects {
repositories {
mavenLocal()
mavenCentral()
maven { url "https://jitpack.io" }
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ easymockVersion=4.2
ehcacheVersion=2.6.11
ehcacheJgroups3ReplicationVersion=1.7.4
ehcacheSpringAnnotationsVersion=1.2.0
googleVisualizationVersion=1.1.1
googleVisualizationVersion=release-1.1.3
groovyVersion=3.0.6
grouperClientVersion=2.4.0
guavaVersion=27.1-jre
Expand Down
2 changes: 1 addition & 1 deletion uPortal-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
compile project(':uPortal-layout:uPortal-layout-impl')
compile project(':uPortal-rendering')

compile "com.google.visualization:visualization-datasource:${googleVisualizationVersion}"
compile "com.github.ci-rt:google-visualization-java:${googleVisualizationVersion}"
compile "joda-time:joda-time:${jodaTimeVersion}"

testCompile "org.apache.portals.pluto:pluto-container-api:${plutoVersion}"
Expand Down

0 comments on commit a885243

Please sign in to comment.