Skip to content

Commit

Permalink
Add apache commons-exec dependency. (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Duftler authored Jun 14, 2016
1 parent d3ec494 commit cadefa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spinnaker-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ versions:
awsObjectMapper: "1.10.68.0"
batch: "3.0.4.RELEASE"
cglib: "3.2.0"
commonsExec: "1.3"
eureka: "1.4.6"
frigga: "0.15.0"
googleCompute: "alpha-rev5-1.22.0"
Expand Down Expand Up @@ -156,6 +157,7 @@ dependencies:
bootWeb: "org.springframework.boot:spring-boot-starter-web:${versions.springBoot}"
springSecurityCore: "org.springframework.security:spring-security-core:${versions.springSecurity}"
cglib: "cglib:cglib-nodep:${versions.cglib}"
commonsExec: "org.apache.commons:commons-exec:${versions.commonsExec}"
eurekaClient: "com.netflix.eureka:eureka-client:${versions.eureka}"
frigga: "com.netflix.frigga:frigga:${versions.frigga}"
googleCompute: "com.google.apis:google-api-services-compute:${versions.googleCompute}"
Expand Down

0 comments on commit cadefa7

Please sign in to comment.