diff --git a/src/main/assembly/src.xml b/src/main/assembly/src.xml
index 91d6c51..4319c2e 100644
--- a/src/main/assembly/src.xml
+++ b/src/main/assembly/src.xml
@@ -22,7 +22,6 @@
/
metadata.json
- jdbc-connector.conf
ui-config.json
diff --git a/src/main/resources/metadata.json b/src/main/resources/metadata.json
index 985e528..cf30b2c 100644
--- a/src/main/resources/metadata.json
+++ b/src/main/resources/metadata.json
@@ -37,72 +37,6 @@
"max-batches": ""
}
}
- },
- {
- "id": "mysql-connector",
- "name": "MySQL",
- "description": "The MySQL Connector is used to move data from any MySQL Table to the Obsrv platform",
- "icon": "https://upload.wikimedia.org/wikipedia/en/6/62/MySQL.svg",
- "config": {
- "source": {
- "database": {
- "type": "mysql",
- "host": "",
- "port": 3306,
- "name": "",
- "username": "root",
- "pwd": "root"
- },
- "table": "",
- "timestamp-column": "",
- "batch-size": "",
- "max-batches": ""
- }
- }
- },
- {
- "id": "oracle-connector",
- "name": "Oracle",
- "description": "The Oracle Connector is used to move data from any Oracle Table to the Obsrv platform",
- "icon": "https://upload.wikimedia.org/wikipedia/commons/5/50/Oracle_logo.svg",
- "config": {
- "source": {
- "database": {
- "type": "oracle",
- "host": "",
- "port": 1521,
- "name": "",
- "username": "system",
- "pwd": "oracle"
- },
- "table": "",
- "timestamp-column": "",
- "batch-size": "",
- "max-batches": ""
- }
- }
- },
- {
- "id": "mssql-connector",
- "name": "MS SQL",
- "description": "The MS SQL Connector is used to move data from any MS SQL Table to the Obsrv platform",
- "icon": "https://upload.wikimedia.org/wikipedia/commons/2/29/Microsoft_SQL_Server_Logo.svg",
- "config": {
- "source": {
- "database": {
- "type": "mssql",
- "host": "",
- "port": 1433,
- "name": "",
- "username": "sa",
- "pwd": "password"
- },
- "table": "",
- "timestamp-column": "",
- "batch-size": "",
- "max-batches": ""
- }
- }
}
]
}
\ No newline at end of file