Skip to content

Commit

Permalink
remove obsolete common js. replay kafka 0.9 update.
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Thoemmes <markus.thoemmes@de.ibm.com>
  • Loading branch information
Dominik Jall authored and markusthoemmes committed Mar 15, 2016
1 parent 71351ef commit 304eb8f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 43 deletions.
40 changes: 0 additions & 40 deletions common/js/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion common/scala/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
compile 'commons-io:commons-io:2.4'
compile 'commons-logging:commons-logging:1.2'
compile 'org.apache.zookeeper:zookeeper:3.4.6'
compile 'org.apache.kafka:kafka_2.11:0.8.2.0'
compile 'org.apache.kafka:kafka-clients:0.9.0.0'
compile 'com.google.code.gson:gson:2.3.1'
compile 'org.apache.httpcomponents:httpclient:4.4.1'
}
Expand Down
3 changes: 1 addition & 2 deletions core/nodejsAction/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ RUN apt-get update --fix-missing && \
# Install Image Magick
RUN apt-get update && apt-get install -y imagemagick

# Install "standard" npm packages (above and beyond the list in the base
# whisk/js image
# Install "standard" npm packages
RUN npm install -g apn@1.7.4 \
async@1.5.2 \
cheerio@0.20.0 \
Expand Down

0 comments on commit 304eb8f

Please sign in to comment.