-
Notifications
You must be signed in to change notification settings - Fork 2
/
ivy.xml
37 lines (31 loc) · 1.55 KB
/
ivy.xml
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
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
~ Copyright (C) 2011 Elihu, LLC. All rights reserved.
~
~ $Id$
-->
<ivy-module version="1.0">
<info organisation="org.vaadin" module="serverpush" status="release">
<license name="Apache 2.0"/>
<ivyauthor name="Mark Thomas"/>
<description homepage="http://vaadin.com/directory#addon/serverpush">
Vaadin ServerPush Add-On
</description>
</info>
<configurations defaultconfmapping="*->default">
<conf name="build" description="Required to build our project"/>
<conf name="atmosphere" description="Atmosphere libs"/>
<conf name="vaadin" description="Vaadin JAR"/>
<conf name="samples" description="JARs for samples"/>
</configurations>
<dependencies>
<dependency force="true" org="com.vaadin" name="vaadin" rev="6.7.0" conf="build,vaadin,samples->default"/>
<dependency force="true" org="com.google" name="gwt" rev="2.4.0" conf="build,samples->runtime"/>
<dependency force="true" org="javax.servlet" name="servletapi" rev="3.0" conf="build->default"/>
<dependency force="true" org="org.slf4j" name="slf4j" rev="1.6.1" conf="build,atmosphere->core;samples->log4j"/>
<dependency force="true" org="org.apache.log4j" name="log4j" rev="1.2.16" conf="samples->default"/>
<dependency force="true" org="org.atmosphere" name="atmosphere" rev="0.7.2" conf="build,atmosphere->gwt,gwt-client">
<exclude name="atmosphere-ping.*"/>
</dependency>
</dependencies>
</ivy-module>