2013-12-23 19:14:15 +08:00
|
|
|
<ivy-module version="2.0">
|
2015-06-30 13:51:27 +08:00
|
|
|
<info organisation="org.springframework.boot" module="spring-boot-sample-ant" />
|
2014-03-26 07:00:55 +08:00
|
|
|
<configurations>
|
|
|
|
<conf name="compile" description="everything needed to compile this module" />
|
|
|
|
<conf name="runtime" extends="compile" description="everything needed to run this module" />
|
2016-04-06 17:56:25 +08:00
|
|
|
<conf name="loader" description="Spring Boot loader used when manually building an executable archive" />
|
2014-03-26 07:00:55 +08:00
|
|
|
</configurations>
|
|
|
|
<dependencies>
|
2017-08-05 12:10:23 +08:00
|
|
|
<dependency org="org.springframework.boot" name="spring-boot-starter" rev="${ant-spring-boot.version}" conf="compile" />
|
|
|
|
<dependency org="org.springframework.boot" name="spring-boot-loader" rev="${ant-spring-boot.version}" conf="loader->default" />
|
2014-03-26 07:00:55 +08:00
|
|
|
</dependencies>
|
|
|
|
</ivy-module>
|