Skip to content

Commit

Permalink
Merge pull request #1 from openbaton/cataloguemove
Browse files Browse the repository at this point in the history
upgrade to new catalogue
  • Loading branch information
ogozman authored Feb 12, 2018
2 parents 5966045 + e59482e commit cc9f1a1
Show file tree
Hide file tree
Showing 4 changed files with 494 additions and 253 deletions.
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
}
plugins {
id 'net.researchgate.release' version '2.1.2'
id "nebula.os-package" version "2.2.6"
id "nebula.ospackage" version "4.5.1"
id 'com.github.sherter.google-java-format' version '0.5'
}

Expand Down Expand Up @@ -64,7 +64,7 @@ project.ext {
* gradle Related Vars
*/
mainClass = 'org.openbaton.drivers.amazon.AmazonDriver'
obVersion = '5.0.0-RC3-SNAPSHOT'
obVersion = '5.1.3-SNAPSHOT'
//------------------------------------------------//
}

Expand All @@ -87,10 +87,12 @@ dependencies {

compile group: 'com.amazonaws', name: 'aws-java-sdk', version: '1.11.218'

compile 'org.slf4j:slf4j-api:1.7.12'
compile 'org.slf4j:slf4j-simple:1.7.12'
compile 'org.slf4j:slf4j-api:1.7.25'
compile 'org.slf4j:slf4j-simple:1.7.25'

testCompile("junit:junit:4.12")


}

apply from: 'gradle/gradle/packaging.plugin-vimdriver-amazon.debian.gradle'
Expand Down
Loading

0 comments on commit cc9f1a1

Please sign in to comment.