Subversion Repositories XServices

Rev

Go to most recent revision | Details | 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"/>
31
		<dependency org="org.apache.ant" name="ant" rev="1.8.4"/>
32
		<dependency org="org.apache.ant" name="ant-nodeps" rev="1.8.1"/>
33
		<dependency org="org.apache.ant" name="ant-jsch" rev="1.8.4"/>
34
 
35
        <dependency org="quartz" name="quartz" rev="1.5.2" />
36
        <dependency org="log4j" name="log4j" rev="1.2.17"/>
37
 
38
        <dependency org="org.apache.ws.commons.axiom" name="axiom-impl" rev="1.2.14"
39
        	transitive="false"/>
40
 
41
 
42
	</dependencies>
43
</ivy-module>