-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathivy.xml
More file actions
22 lines (22 loc) · 1.03 KB
/
ivy.xml
File metadata and controls
22 lines (22 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<ivy-module version="2.0" xmlns:d="http://corefiling.com/products/decimate/ivy-extra">
<info organisation="com.corefiling" module="multiprocesssafehilooptimizer" branch="trunk"/>
<configurations>
<conf name="runtime" />
<conf name="test" />
<conf name="sources" />
<conf name="dist" />
</configurations>
<publications>
<artifact d:relativePath="lib" name="multiprocesssafehilooptimizer" type="jar" conf="dist" ext="jar"/>
</publications>
<dependencies>
<dependency org="org.hibernate" name="hibernate-entitymanager" rev="4.3.10.Final" conf="runtime->default">
<exclude org="xml-apis" module="xml-apis"/>
</dependency>
<dependency org="org.hibernate" name="hibernate-jpamodelgen" rev="4.3.10.Final" conf="runtime->default">
<!-- These are included in the main Hibernate dependency above. -->
<exclude org="org.jboss.logging" module="jboss-logging"/>
<exclude org="org.jboss.logging" module="jboss-logging-annotations"/>
</dependency>
</dependencies>
</ivy-module>