Remove deprecated REST Mgmt Methods (2) (#2279)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-02-13 14:36:13 +02:00
committed by GitHub
parent a1a3881c47
commit 99bb88ce55
2 changed files with 0 additions and 24 deletions

View File

@@ -99,21 +99,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<!-- TODO - to be removed with hawkbit-mgmt-resource-deprecated -->
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>