Skip to content

Commit 1c26e73

Browse files
committed
Sample manifest.yml for pushing to CloudFoundry + pom.xml change to non-GE identity client jar
1 parent 623d865 commit 1c26e73

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
# yml for custom data connector
3+
applications:
4+
- name: ${REF_POSTGRES_DATA_CONNECTOR_HOST}
5+
buildpack: https://github.com/cloudfoundry/java-buildpack.git#v3.7
6+
path: ${REF_POSTGRES_DATA_CONNECTOR_JAR}
7+
memory: 3G
8+
timeout: 180
9+
services:
10+
- ${REF_POSTGRES_DATA_CONNECTOR_RDPG}
11+
env:
12+
uaa_client_id: ${UAA_CLIENT_ID}
13+
uaa_client_secret: ${UAA_CLIENT_SECRET}
14+
uaa_check_token_url: ${UAA_CHECK_TOKEN_URL}
15+
SPRING_PROFILES_ACTIVE: cloud
16+
MEMORY_LIMIT: 2G

custom-data-connector/postgresdb-ref-impl-data-connector/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<dependency>
182182
<groupId>org.cloudfoundry.identity</groupId>
183183
<artifactId>cloudfoundry-identity-common</artifactId>
184-
<version>2.3.2-GE</version>
184+
<version>2.3.1</version>
185185
<exclusions>
186186
<exclusion>
187187
<groupId>org.hibernate</groupId>
@@ -280,6 +280,12 @@
280280
<groupId>org.slf4j</groupId>
281281
<artifactId>slf4j-log4j12</artifactId>
282282
</exclusion>
283+
284+
<exclusion>
285+
<groupId>org.mortbay.jetty</groupId>
286+
<artifactId>servlet-api</artifactId>
287+
</exclusion>
288+
283289
</exclusions>
284290

285291

0 commit comments

Comments
 (0)