Subversion Repositories XServices

Rev

Rev 137 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
137 brianR 1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!--
3
   Licensed to the Apache Software Foundation (ASF) under one
4
   or more contributor license agreements.  See the NOTICE file
5
   distributed with this work for additional information
6
   regarding copyright ownership.  The ASF licenses this file
7
   to you under the Apache License, Version 2.0 (the
8
   "License"); you may not use this file except in compliance
9
   with the License.  You may obtain a copy of the License at
10
 
11
     http://www.apache.org/licenses/LICENSE-2.0
12
 
13
   Unless required by applicable law or agreed to in writing,
14
   software distributed under the License is distributed on an
15
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
   KIND, either express or implied.  See the License for the
17
   specific language governing permissions and limitations
18
   under the License.
19
-->
20
<ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21
       xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
22
    <info
23
        organisation="Brutex Network"
24
        module="XServices"
25
        status="integration">
26
	</info>
27
 
28
	<dependencies>
29
		<dependency org="org.apache.commons" name="commons-lang3" rev="3.1"/>
30
		<dependency org="commons-configuration" name="commons-configuration" rev="1.9"/>
138 brianR 31
		<dependency org="commons-net" name="commons-net" rev="3.2" />
32
 
137 brianR 33
		<dependency org="org.apache.ant" name="ant" rev="1.8.4"/>
34
		<dependency org="org.apache.ant" name="ant-nodeps" rev="1.8.1"/>
35
		<dependency org="org.apache.ant" name="ant-jsch" rev="1.8.4"/>
36
 
138 brianR 37
        <dependency org="quartz" name="quartz" rev="1.5.2"
38
        	transitive="false"/>
39
        <dependency org="log4j" name="log4j" rev="1.2.17"
40
        	transitive="false"/>
137 brianR 41
 
42
        <dependency org="org.apache.ws.commons.axiom" name="axiom-impl" rev="1.2.14"
43
        	transitive="false"/>
44
 
45
 
46
	</dependencies>
47
</ivy-module>