Commit 81276952 authored by Dave Syer's avatar Dave Syer

Add META-INF/spring.provides to starters

parent 40b787c7
provides: spring-rabbit,spring-amqp
\ No newline at end of file
provides: spring-aop,aspectjrt,aspectjweaver
\ No newline at end of file
provides: spring-orm,hibernate-entity-manager,spring-data-jpa
\ No newline at end of file
provides: spring-integration-core,spring-integration-file,spring-integration-http,spring-integration-stream
\ No newline at end of file
...@@ -26,5 +26,9 @@ ...@@ -26,5 +26,9 @@
<groupId>org.apache.tomcat</groupId> <groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId> <artifactId>tomcat-jdbc</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>
provides: spring-jdbc,spring-tx,tomcat-jdbc
\ No newline at end of file
provides: logback-classic,jcl-over-slf4j,jul-to-slf4j
\ No newline at end of file
provides: spring-data-redis,lettuce
\ No newline at end of file
provides: spring-security-web,spring-security-config
\ No newline at end of file
provides: crash.cli,crash.shell,crash.plugins.cron,crash.embed.spring,crash.connectors.telnet,crash.connectors.ssh
\ No newline at end of file
provides: spring-test,spring-boot,junit,mockito,hamcrest-library
\ No newline at end of file
provides: spring-webmvc,spring-web,jackson-databind
\ No newline at end of file
provides: spring-boot,spring-context,spring-beans
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment