Browse Source

Update to fuse 6.4 sb2 dependencies. (#36)

Update to fuse 6.4 sb2 dependencies.
release-work-7.0.0.fuse-sb2-760 v7.4.0-redhat-sb2
Andrea Tarocchi 6 years ago committed by GitHub
parent
commit
68bc48cc5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .openshiftio/application.yaml
  2. 2
      pom.xml

4
.openshiftio/application.yaml

@ -169,7 +169,7 @@ objects:
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /health
path: /actuator/health
port: 8080
scheme: HTTP
initialDelaySeconds: 180
@ -186,7 +186,7 @@ objects:
protocol: TCP
readinessProbe:
httpGet:
path: /health
path: /actuator/health
port: 8080
scheme: HTTP
initialDelaySeconds: 10

2
pom.xml

@ -15,7 +15,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<fuse.bom.version>7.4.0-SNAPSHOT</fuse.bom.version>
<fuse.bom.version>7.4.0.fuse-sb2-740019-redhat-00005</fuse.bom.version>
</properties>

Loading…
Cancel
Save