vaadin-framework/buildhelpers/ivy.xml
Jonatan Kronqvist 563b0ca0d8 Update commons-io to the same version in all modules (#13531)
Adds a commons-io.version property to the build.properties file

Change-Id: I57a72f8841846d77ba73d567bd9bc3c8415b243c
2014-04-03 10:28:02 +03:00

43 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"
xmlns:m="http://ant.apache.org/ivy/maven">
<info organisation="com.vaadin" module="vaadin-buildhelpers"
revision="${vaadin.version}">
<license name="Apache Software License 2.0"
url="http://www.apache.org/licenses/LICENSE-2.0" />
<ivyauthor name="Vaadin Ltd" url="http://vaadin.com" />
<description homepage="http://vaadin.com">
Vaadin is a web application
framework for Rich Internet Applications (RIA).
</description>
</info>
<configurations>
<conf name="build" />
<conf name="build-provided" />
<conf name="ide" visibility="private" />
<conf name="test" />
</configurations>
<publications>
<artifact type="jar" />
<artifact type="source" ext="jar" m:classifier="sources" />
<artifact type="javadoc" ext="jar" m:classifier="javadoc" />
<artifact type="pom" ext="pom" />
</publications>
<dependencies>
<!-- client-compiler, server and uitest also use commons-io -->
<dependency org="commons-io" name="commons-io" rev="${commons-io.version}" />
<dependency org="commons-cli" name="commons-cli" rev="1.2" />
<dependency org="com.vaadin" name="vaadin-sass-compiler"
rev="${vaadin.sass.version}" />
<!-- Internally used, for now -->
<dependency org="com.carrotsearch" name="smartsprites"
rev="0.2.10" />
</dependencies>
</ivy-module>