Add META-INF/spring.provides to starters

pull/132/head
Dave Syer 11 years ago
parent 40b787c71a
commit 8127695240

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

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

@ -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>

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

@ -0,0 +1 @@
provides: spring-test,spring-boot,junit,mockito,hamcrest-library
Loading…
Cancel
Save