diff --git a/contact-center/.dockerignore b/contact-center/.dockerignore
index 4ea25216..01004263 100644
--- a/contact-center/.dockerignore
+++ b/contact-center/.dockerignore
@@ -1,2 +1,4 @@
./app/target/
./logs/
+./tmp/
+./data/
diff --git a/contact-center/Dockerfile b/contact-center/Dockerfile
index d23c49c7..2dca2952 100644
--- a/contact-center/Dockerfile
+++ b/contact-center/Dockerfile
@@ -29,7 +29,6 @@ ENV PATH=$PATH:$JAVA_HOME/bin:$MAVEN_HOME/bin
RUN /bin/bash -c "mkdir -p /{data,logs}"
# build WAR
-COPY _m2/settings.xml /root/.m2/settings.xml
COPY app /app
COPY config /config
WORKDIR /app
diff --git a/contact-center/_m2/repository/.gitignore b/contact-center/_m2/repository/.gitignore
deleted file mode 100644
index d6b7ef32..00000000
--- a/contact-center/_m2/repository/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*
-!.gitignore
diff --git a/contact-center/_m2/settings.xml b/contact-center/_m2/settings.xml
deleted file mode 100644
index d03e0c5b..00000000
--- a/contact-center/_m2/settings.xml
+++ /dev/null
@@ -1,209 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- org.jboss.maven.plugins
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- chatopera
-
-
-
-
- public
- https://nexus.chatopera.com/repository/maven-public
- true
- true
-
-
-
-
- public
- https://nexus.chatopera.com/repository/maven-public/
- true
- true
-
-
-
-
-
- chatopera
-
-
diff --git a/contact-center/app/pom.xml b/contact-center/app/pom.xml
index b856e7bb..732f33bb 100644
--- a/contact-center/app/pom.xml
+++ b/contact-center/app/pom.xml
@@ -368,6 +368,19 @@
compile
+
+
+ chatopera
+ Chatopera Inc.
+ https://nexus.chatopera.com/repository/maven-public
+
+ true
+
+
+ true
+
+
+
hain