Skip to content

Commit

Permalink
fix: update dependencies and add todo for rebuildserver
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksander Gozman committed Feb 7, 2018
1 parent 8a3f0c4 commit e59482e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ 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")

Expand Down
5 changes: 5 additions & 0 deletions src/main/java/org/openbaton/drivers/amazon/AmazonDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,11 @@ public java.util.List<Server> listServer(BaseVimInstance vimInstanceBase)
}
}

@Override
public Server rebuildServer(BaseVimInstance vimInstance, String serverId, String imageId) throws VimDriverException {
return null;
}

@java.lang.Override
public List<BaseNetwork> listNetworks(BaseVimInstance vimInstanceBase) throws VimDriverException {
log.info("Listing networks");
Expand Down

0 comments on commit e59482e

Please sign in to comment.