diff --git a/collection-cacheable-for-spring-starter/src/main/resources/META-INF/spring.factories b/collection-cacheable-for-spring-starter/src/main/resources/META-INF/spring.factories deleted file mode 100644 index 634d76f..0000000 --- a/collection-cacheable-for-spring-starter/src/main/resources/META-INF/spring.factories +++ /dev/null @@ -1,2 +0,0 @@ -org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ -de.qaware.tools.collectioncacheableforspring.CollectionCacheableAutoConfiguration \ No newline at end of file diff --git a/collection-cacheable-for-spring-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/collection-cacheable-for-spring-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports new file mode 100644 index 0000000..90524f6 --- /dev/null +++ b/collection-cacheable-for-spring-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports @@ -0,0 +1 @@ +de.qaware.tools.collectioncacheableforspring.CollectionCacheableAutoConfiguration diff --git a/pom.xml b/pom.xml index 2442813..9330e38 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.5 + 3.2.4 de.qaware.tools.collection-cacheable-for-spring