You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ivy.xml 1.0KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ivy-module version="2.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"
  5. xmlns:m="http://ant.apache.org/ivy/maven">
  6. <info organisation="com.vaadin" module="vaadin-shared"
  7. revision="${vaadin.version}" />
  8. <configurations>
  9. <conf name="build" />
  10. <conf name="build-provided" />
  11. <conf name="ide" visibility="private" />
  12. <conf name="test" />
  13. </configurations>
  14. <publications>
  15. <artifact type="jar" ext="jar" />
  16. <artifact type="source" ext="jar" m:classifier="sources" />
  17. <artifact type="javadoc" ext="jar" m:classifier="javadoc" />
  18. <artifact type="pom" ext="pom" />
  19. </publications>
  20. <dependencies>
  21. <dependency org="com.vaadin" name="vaadin-shared-deps"
  22. rev="1.0.3" conf="build,ide,test->default" />
  23. <dependency org="junit" name="junit" rev="4.11"
  24. conf="test,ide -> default" />
  25. </dependencies>
  26. </ivy-module>