Add META-INF/spring.provides to starters

This commit is contained in:
Dave Syer
2013-11-20 16:14:05 +00:00
parent 40b787c71a
commit 8127695240
19 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1 @@
provides: spring-boot-actuator

View File

@@ -0,0 +1 @@
provides: spring-rabbit,spring-amqp

View File

@@ -0,0 +1 @@
provides: spring-aop,aspectjrt,aspectjweaver

View File

@@ -0,0 +1 @@
provides: spring-batch

View File

@@ -0,0 +1 @@
provides: spring-orm,hibernate-entity-manager,spring-data-jpa

View File

@@ -0,0 +1 @@
provides: spring-integration-core,spring-integration-file,spring-integration-http,spring-integration-stream

View File

@@ -26,5 +26,9 @@
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</dependency>
</dependencies>
</project>

View File

@@ -0,0 +1 @@
provides: spring-jdbc,spring-tx,tomcat-jdbc

View File

@@ -0,0 +1 @@
provides: jetty-webapp,jetty-jsp

View File

@@ -0,0 +1 @@
provides: logback-classic,jcl-over-slf4j,jul-to-slf4j

View File

@@ -0,0 +1 @@
provides: spring-mobile-device

View File

@@ -0,0 +1 @@
provides: spring-data-redis,lettuce

View File

@@ -0,0 +1 @@
provides: spring-security-web,spring-security-config

View File

@@ -0,0 +1 @@
provides: crash.cli,crash.shell,crash.plugins.cron,crash.embed.spring,crash.connectors.telnet,crash.connectors.ssh

View File

@@ -0,0 +1 @@
provides: spring-test,spring-boot,junit,mockito,hamcrest-library

View File

@@ -0,0 +1 @@
provides: tomcat-embed-core

View File

@@ -0,0 +1 @@
provides: spring-webmvc,spring-web,jackson-databind

View File

@@ -0,0 +1 @@
provides: spring-websocket

View File

@@ -0,0 +1 @@
provides: spring-boot,spring-context,spring-beans