Skip to content

Commit

Permalink
Deleted unused camel route
Browse files Browse the repository at this point in the history
  • Loading branch information
wluyima committed Nov 21, 2021
1 parent 48630d0 commit 2b0c8a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public abstract class BaseDbBackedCamelTest extends BaseCamelTest {
protected DataSource openmrsDataSource;

@BeforeClass
public static void startContainers() {
public static void startMysql() {
mysqlContainer.withEnv("MYSQL_ROOT_PASSWORD", "test");
mysqlContainer.withDatabaseName("openmrs");
mysqlContainer.withCopyFileToContainer(MountableFile.forClasspathResource("my.cnf"), "/etc/mysql/my.cnf");
Expand Down
50 changes: 0 additions & 50 deletions openmrs-watcher/src/main/resources/camel/db-event-listener.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ debezium.db.user=root
debezium.db.password=test
debezium.snapshotMode=schema_only
debezium.snapshotLockingMode=extended

camel.component.direct.block=false

0 comments on commit 2b0c8a2

Please sign in to comment.