-
Notifications
You must be signed in to change notification settings - Fork 0
/
ivy.xml
21 lines (14 loc) · 845 Bytes
/
ivy.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="ISO-8859-1"?>
<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="pjaol" module="BasicESB" status="integration">
</info>
<dependencies>
<dependency org="org.apache.solr" name="solr-common" rev="latest.integration"/>
<dependency org="log4j" name="log4j" rev="latest.integration"/>
<dependency org="com.google.guava" name="guava" rev="latest.integration"/>
<dependency org="org.apache.httpcomponents" name="httpclient" rev="4.2-beta1"/>
<dependency org="org.carrot2" name="carrot2-core" rev="latest.integration"/>
</dependencies>
</ivy-module>