Security artifacts moved in hawkbit-security-parent (#2016)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2024-11-12 12:50:36 +02:00
committed by GitHub
parent 5182217745
commit 849ea24632
34 changed files with 36 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-parent</artifactId>
<artifactId>hawkbit-security-parent</artifactId>
<version>${revision}</version>
</parent>
@@ -32,6 +32,7 @@
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>

View File

@@ -14,11 +14,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-parent</artifactId>
<artifactId>hawkbit-security-parent</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hawkbit-security-core</artifactId>
<name>hawkBit :: Core Security</name>
<name>hawkBit :: Security :: Core</name>
<dependencies>
<dependency>

29
hawkbit-security/pom.xml Normal file
View File

@@ -0,0 +1,29 @@
<!--
Copyright (c) 2015 Bosch Software Innovations GmbH and others
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which is available at https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-parent</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hawkbit-security-parent</artifactId>
<name>hawkBit :: Security</name>
<packaging>pom</packaging>
<modules>
<module>hawkbit-security-core</module>
<module>hawkbit-security-controller</module>
</modules>
</project>

View File

@@ -133,13 +133,12 @@
<modules>
<module>hawkbit-core</module>
<module>hawkbit-security-core</module>
<module>hawkbit-security-controller</module>
<module>hawkbit-rest-core</module>
<module>hawkbit-security</module>
<module>hawkbit-artifact</module>
<module>hawkbit-repository</module>
<module>hawkbit-autoconfigure</module>
<module>hawkbit-rest-core</module>
<module>hawkbit-mgmt</module>
<module>hawkbit-ddi</module>
<module>hawkbit-dmf</module>