GH-1015 - ModulithMetadata obtained from a package now considers @Modulithic annotations.

This commit is contained in:
Oliver Drotbohm
2025-01-16 09:15:19 +01:00
parent 79a80d2325
commit 38b7ac78cd
4 changed files with 34 additions and 9 deletions

View File

@@ -40,6 +40,11 @@
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -73,12 +78,6 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>