diff --git a/hawkbit-starters/hawkbit-boot-starter-mgmt-ui/pom.xml b/hawkbit-starters/hawkbit-boot-starter-mgmt-ui/pom.xml
index d362e0d1e..0dee971e6 100644
--- a/hawkbit-starters/hawkbit-boot-starter-mgmt-ui/pom.xml
+++ b/hawkbit-starters/hawkbit-boot-starter-mgmt-ui/pom.xml
@@ -52,6 +52,11 @@
hawkbit-ui
${project.version}
+
+ org.eclipse.hawkbit
+ hawkbit-http-security
+ ${project.version}
+
org.eclipse.hawkbit
hawkbit-repository-jpa
diff --git a/licenses/LICENSE_HEADER_TEMPLATE_BOSCH_18.txt b/licenses/LICENSE_HEADER_TEMPLATE_BOSCH_18.txt
new file mode 100644
index 000000000..feec06092
--- /dev/null
+++ b/licenses/LICENSE_HEADER_TEMPLATE_BOSCH_18.txt
@@ -0,0 +1,6 @@
+Copyright (c) 2018 Bosch Software Innovations GmbH and others.
+
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License v1.0
+which accompanies this distribution, and is available at
+http://www.eclipse.org/legal/epl-v10.html
diff --git a/licenses/LICENSE_HEADER_TEMPLATE_SIEMENS_18.txt b/licenses/LICENSE_HEADER_TEMPLATE_SIEMENS_18.txt
new file mode 100644
index 000000000..924efd1a1
--- /dev/null
+++ b/licenses/LICENSE_HEADER_TEMPLATE_SIEMENS_18.txt
@@ -0,0 +1,6 @@
+Copyright (c) Siemens AG, 2018
+
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License v1.0
+which accompanies this distribution, and is available at
+http://www.eclipse.org/legal/epl-v10.html
diff --git a/pom.xml b/pom.xml
index b3ac0ead9..0fb794036 100644
--- a/pom.xml
+++ b/pom.xml
@@ -299,9 +299,11 @@
license-maven-plugin
2.11
- licenses/LICENSE_HEADER_TEMPLATE_BOSCH.txt
+ licenses/LICENSE_HEADER_TEMPLATE_BOSCH_18.txt
licenses/LICENSE_HEADER_TEMPLATE_SIEMENS.txt
+ licenses/LICENSE_HEADER_TEMPLATE_SIEMENS_18.txt
+ licenses/LICENSE_HEADER_TEMPLATE_BOSCH.txt
**/README