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.3KB

1234567891011121314151617181920212223242526272829303132333435
  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-push" revision="${vaadin.version}" />
  7. <configurations>
  8. <conf name="build" />
  9. <conf name="build-provided" />
  10. <conf name="ide" visibility="private" />
  11. <conf name="test" visibility="private" />
  12. </configurations>
  13. <publications>
  14. <artifact type="jar" ext="jar" />
  15. <!-- <artifact type="source" ext="jar" m:classifier="sources" />
  16. <artifact type="javadoc" ext="jar" m:classifier="javadoc" /> -->
  17. <artifact type="pom" ext="pom" />
  18. </publications>
  19. <dependencies>
  20. <!-- API DEPENDENCIES -->
  21. <!--Servlet API version 2.4 -->
  22. <dependency org="javax.servlet" name="servlet-api"
  23. rev="2.4" conf="build-provided,ide,test -> default" />
  24. <!-- Atmosphere -->
  25. <!-- Keep the version number in sync with build.xml -->
  26. <dependency org="org.atmosphere" name="atmosphere-runtime"
  27. rev="1.0.13" conf="build,ide,test -> default">
  28. </dependency>
  29. </dependencies>
  30. </ivy-module>