diff --git a/pom.xml b/pom.xml
index 981d2f6..b34f638 100644
--- a/pom.xml
+++ b/pom.xml
@@ -327,11 +327,6 @@
unicenta-plugins
1.1
-
- uk.co.pos_apps
- openbravo
- 1.0-SNAPSHOT
-
com.gluonhq
charm-glisten
@@ -570,12 +565,12 @@
https://repo1.maven.org/maven2/
default
-
+
flatlaf
diff --git a/src/main/resources/com/unicenta/pos/templates/customer.created.xml b/src/main/resources/com/unicenta/pos/templates/customer.created.xml
index 2f962f0..e861e64 100644
--- a/src/main/resources/com/unicenta/pos/templates/customer.created.xml
+++ b/src/main/resources/com/unicenta/pos/templates/customer.created.xml
@@ -21,7 +21,3 @@
// You should have received a copy of the GNU General Public License
// along with uniCenta oPOS. If not, see .
// **************************************************************************
-
-import uk.co.pos_apps.PosApps;
-
-PosApps.createCustomer(device, customer);
\ No newline at end of file
diff --git a/src/main/resources/com/unicenta/pos/templates/customer.deleted.xml b/src/main/resources/com/unicenta/pos/templates/customer.deleted.xml
index 07118a0..62001fd 100644
--- a/src/main/resources/com/unicenta/pos/templates/customer.deleted.xml
+++ b/src/main/resources/com/unicenta/pos/templates/customer.deleted.xml
@@ -21,7 +21,3 @@
// You should have received a copy of the GNU General Public License
// along with uniCenta oPOS. If not, see .
// **************************************************************************
-
-import uk.co.pos_apps.PosApps;
-
-PosApps.deleteCustomer(device, customer);
\ No newline at end of file
diff --git a/src/main/resources/com/unicenta/pos/templates/customer.updated.xml b/src/main/resources/com/unicenta/pos/templates/customer.updated.xml
index 0bd5e42..b5449a7 100644
--- a/src/main/resources/com/unicenta/pos/templates/customer.updated.xml
+++ b/src/main/resources/com/unicenta/pos/templates/customer.updated.xml
@@ -21,7 +21,3 @@
// You should have received a copy of the GNU General Public License
// along with uniCenta oPOS. If not, see .
// **************************************************************************
-
-import uk.co.pos_apps.PosApps;
-
-PosApps.updateCustomer(device, customer);
\ No newline at end of file