File tree Expand file tree Collapse file tree
custom-data-connector/postgresdb-ref-impl-data-connector Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments