summaryrefslogtreecommitdiffstats
path: root/client/ivy.xml
blob: 953ca51a61e3c13051ab03d5df195c9609c1d0f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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">

    <info organisation="com.vaadin" module="vaadin-client"
        revision="${vaadin.version}" />

    <configurations>
        <conf name="build" />
        <conf name="ide" />
    </configurations>
    <publications>
        <artifact></artifact>
    </publications>
    <dependencies>
        <dependency org="com.vaadin" name="vaadin-shared"
            rev="${vaadin.version}" conf="build"></dependency>
        <dependency org="com.vaadin" name="vaadin-server"
            rev="${vaadin.version}" conf="build"></dependency>

        <!-- gwt-dev dependencies -->
        <dependency org="net.sourceforge.cssparser" name="cssparser"
            rev="0.9.5" />

    </dependencies>

</ivy-module>