Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading Chaos to 0.6.3 (env variables for http auth and ssl) #400

Merged
merged 2 commits into from
Mar 24, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- runtime deps versions -->
<akka.version>2.3.6</akka.version>
<cassandra-driver-core.version>2.1.0</cassandra-driver-core.version>
<chaos.version>0.6.1</chaos.version>
<chaos.version>0.6.3</chaos.version>
<commons-math3.version>3.2</commons-math3.version>
<curator-framework.version>2.6.0</curator-framework.version>
<guava.version>16.0.1</guava.version>
Expand Down Expand Up @@ -65,7 +65,8 @@
</repository>
<repository>
<id>libs-folder</id>
<url>file://${basedir}/lib</url>
<name>libs-folder</name>
<url>file:${project.basedir}/lib2</url>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The lib folder should just be named lib, no need to rename it.

</repository>
</repositories>
<pluginRepositories>
Expand Down