Skip to content

Commit e2a6ec3

Browse files
committed
dpc-5162 - minor cleanup and updating test configuration
1 parent aa2c6a0 commit e2a6ec3

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

dpc-aggregation/src/main/java/gov/cms/dpc/aggregation/DPCAggregationService.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
import com.squarespace.jersey2.guice.JerseyGuiceUtils;
44
import gov.cms.dpc.bluebutton.BlueButtonClientModule;
5-
import gov.cms.dpc.common.hibernate.attribution.DPCHibernateBundle;
6-
import gov.cms.dpc.common.hibernate.attribution.DPCHibernateModule;
75
import gov.cms.dpc.common.hibernate.consent.DPCConsentHibernateBundle;
86
import gov.cms.dpc.common.hibernate.consent.DPCConsentHibernateModule;
97
import gov.cms.dpc.common.hibernate.queue.DPCQueueHibernateBundle;

dpc-aggregation/src/test/resources/test.application.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
11
# application.yml with changes to relative paths, urls, and logging for testing purposes
2-
database:
3-
driverClass: org.postgresql.Driver
4-
url: ${DATABASE_URL:-"jdbc:postgresql://localhost:5432/dpc_attribution"}
5-
user: "${ATTRIBUTION_DB_USER:-postgres}"
6-
password: "${ATTRIBUTION_DB_PASS:-dpc-safe}"
7-
initialSize: 5
8-
minSize: 5
9-
maxSize: 10
10-
properties:
11-
charSet: UTF-8
12-
hibernate.dialect: org.hibernate.dialect.PostgreSQLDialect
13-
142
queuedb:
153
driverClass: org.postgresql.Driver
164
url: ${QUEUE_DB_URL:-"jdbc:postgresql://localhost:5432/dpc_queue"}

0 commit comments

Comments
 (0)