Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-weaver committed Feb 6, 2025
1 parent 7b5a062 commit 393dc44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package gov.cms.dpc.consent.tasks;

import gov.cms.dpc.common.utils.DBUtils;
import gov.cms.dpc.consent.DPCConsentConfiguration;
import gov.cms.dpc.testing.utils.DBUtils;
import io.dropwizard.db.ManagedDataSource;
import io.dropwizard.db.PooledDataSourceFactory;
import io.dropwizard.servlets.tasks.Task;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package gov.cms.dpc.consent.tasks;

import gov.cms.dpc.common.utils.DBUtils;
import gov.cms.dpc.consent.DPCConsentConfiguration;
import gov.cms.dpc.testing.utils.DBUtils;
import io.dropwizard.db.DataSourceFactory;
import io.dropwizard.db.ManagedDataSource;
import org.jooq.DSLContext;
Expand Down

0 comments on commit 393dc44

Please sign in to comment.