Reverted jdk back to 6

This commit is contained in:
Geoff Anderson 2015-06-16 09:56:15 -07:00
parent f14c50792a
commit 8c61e2d6fc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# or bring up your mini Kafka cluster.
# Install dependencies
sudo apt-get install -y maven openjdk-7-jdk build-essential \
sudo apt-get install -y maven openjdk-6-jdk build-essential \
ruby-dev zlib1g-dev realpath python-setuptools
base_dir=`dirname $0`/../..