ivy.xml 593 B

12345678910111213
  1. <ivy-module version="2.0">
  2. <info organisation="name.tflucke" module="ieat2"/>
  3. <configurations defaultconfmapping="runtime->*">
  4. <conf name="compile"/>
  5. <conf name="test" extends="compile"/>
  6. </configurations>
  7. <dependencies>
  8. <!-- Spring Framework -->
  9. <dependency org="commons-logging" name="commons-logging" rev="1.2" conf="compile->*"/>
  10. <dependency org="org.springframework" name="spring-web" rev="5.0.9.RELEASE" conf="compile->*"/>
  11. <dependency org="org.springframework" name="spring-webmvc" rev="5.0.9.RELEASE" conf="compile->*"/>
  12. </dependencies>
  13. </ivy-module>