Remove unnecessary API module dependencies (#2842)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -59,7 +59,6 @@
|
||||
<spring.boot.version>3.5.8</spring.boot.version>
|
||||
<spring.cloud.version>2025.0.0</spring.cloud.version>
|
||||
<springdoc-openapi.version>2.8.14</springdoc-openapi.version>
|
||||
<spring.plugin.core.version>4.0.0</spring.plugin.core.version>
|
||||
|
||||
<!-- Spring boot version overrides (should be reviewed with every Spring boot upgrade) - START -->
|
||||
<!-- Newer versions needed than defined in the Spring boot -->
|
||||
@@ -272,11 +271,6 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.plugin</groupId>
|
||||
<artifactId>spring-plugin-core</artifactId>
|
||||
<version>${spring.plugin.core.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springdoc</groupId>
|
||||
@@ -726,8 +720,8 @@
|
||||
<module>hawkbit-ql-jpa</module>
|
||||
<module>hawkbit-core</module>
|
||||
<module>hawkbit-artifact</module>
|
||||
<module>hawkbit-rest</module>
|
||||
<module>hawkbit-repository</module>
|
||||
<module>hawkbit-rest-core</module>
|
||||
<module>hawkbit-autoconfigure</module>
|
||||
|
||||
<module>hawkbit-mgmt</module>
|
||||
|
||||
Reference in New Issue
Block a user