Repository: aurora
Updated Branches:
  refs/heads/master 09298ceb1 -> ec640117c


Update to shiro 1.2.5

Reviewed at https://reviews.apache.org/r/63217/


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/ec640117
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/ec640117
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/ec640117

Branch: refs/heads/master
Commit: ec640117c273f51e26089cd83ba325be9e8a0e89
Parents: 09298ce
Author: Bill Farner <[email protected]>
Authored: Mon Oct 23 09:41:50 2017 -0700
Committer: Bill Farner <[email protected]>
Committed: Mon Oct 23 09:41:50 2017 -0700

----------------------------------------------------------------------
 build.gradle                    | 2 +-
 examples/vagrant/aurorabuild.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/ec640117/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 01622cc..d110d4a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -368,7 +368,7 @@ sourceSets {
 }
 
 dependencies {
-  def shiroRev = '1.2.4'
+  def shiroRev = '1.2.5'
   def jettyDep = '9.3.11.v20160721'
 
   compile project(':api')

http://git-wip-us.apache.org/repos/asf/aurora/blob/ec640117/examples/vagrant/aurorabuild.sh
----------------------------------------------------------------------
diff --git a/examples/vagrant/aurorabuild.sh b/examples/vagrant/aurorabuild.sh
index dbec54d..2e6f075 100755
--- a/examples/vagrant/aurorabuild.sh
+++ b/examples/vagrant/aurorabuild.sh
@@ -54,7 +54,7 @@ function build_scheduler {
     rm -rf $hot_resources_dir && mkdir -p $hot_resources_dir
     ln -s /vagrant/dist/resources/main/scheduler $hot_resources_dir/scheduler
   fi
-  CLASSPATH_PREFIX=$hot_resources_dir ./gradlew installDist
+  CLASSPATH_PREFIX=$hot_resources_dir ./gradlew installDist --no-daemon
 
   sudo mkdir -p /var/db/aurora
   if sudo mesos-log initialize --path="/var/db/aurora"

Reply via email to