Skip to content

Commit bb7098b

Browse files
adding procps to work around surefire issue
1 parent 694ec39 commit bb7098b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wercker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
- script:
1010
name: Install pre-reqs
1111
code: |
12-
yum -y install tar gzip
12+
yum -y install tar gzip procps
1313
- java/maven:
1414
maven_opts: -Dunit-test-wlst-dir=/u01/oracle/oracle_common/common/bin -Dsonar.login=${SONAR_LOGIN} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.host.url=${SONAR_HOST}
1515
goals: clean install sonar:sonar javadoc:javadoc

0 commit comments

Comments
 (0)