You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
488 B
XML
11 lines
488 B
XML
11 years ago
|
<ivy-module version="2.0">
|
||
10 years ago
|
<info organisation="org.springframework.boot" module="spring-boot-sample-ant" />
|
||
11 years ago
|
<configurations>
|
||
|
<conf name="compile" description="everything needed to compile this module" />
|
||
|
<conf name="runtime" extends="compile" description="everything needed to run this module" />
|
||
|
</configurations>
|
||
|
<dependencies>
|
||
10 years ago
|
<dependency org="org.springframework.boot" name="spring-boot-starter" rev="${spring-boot.version}" conf="compile" />
|
||
11 years ago
|
</dependencies>
|
||
|
</ivy-module>
|