| 123456789101112131415 |
- <ivy-module version="2.0">
- <info organisation="name.tflucke" module="ieat2"/>
- <configurations defaultconfmapping="default->default">
- <conf name="default" />
- <conf name="provided" description="Provided by the environment" />
- <conf name="compile" extends="default,provided" />
- <conf name="war" extends="default"/>
- </configurations>
- <dependencies>
- <!-- Spring Framework -->
- <dependency org="commons-logging" name="commons-logging" rev="1.2"/>
- <dependency org="org.springframework" name="spring-webmvc" rev="5.0.9.RELEASE"/>
- <dependency org="javax.servlet" name="javax.servlet-api" rev="4.0.1" conf="provided->default"/>
- </dependencies>
- </ivy-module>
|