Subversion Repositories XServices

Rev

Rev 138 | 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"?>
140 brianR 2
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
3
	license agreements. See the NOTICE file distributed with this work for additional
4
	information regarding copyright ownership. The ASF licenses this file to
5
	you under the Apache License, Version 2.0 (the "License"); you may not use
6
	this file except in compliance with the License. You may obtain a copy of
7
	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
8
	by applicable law or agreed to in writing, software distributed under the
9
	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
10
	OF ANY KIND, either express or implied. See the License for the specific
11
	language governing permissions and limitations under the License. -->
12
<ivy-module version="2.0"
13
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14
	xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
15
	<info organisation="Brutex Network" module="XServices" status="integration">
16
	</info>
137 brianR 17
 
140 brianR 18
	<dependencies>
137 brianR 19
 
140 brianR 20
		<dependency org="com.sun.xml.bind" name="jaxb-impl" rev="2.2.7"/>
21
 
137 brianR 22
		<dependency org="org.apache.commons" name="commons-lang3" rev="3.1"/>
23
		<dependency org="commons-configuration" name="commons-configuration" rev="1.9"/>
138 brianR 24
		<dependency org="commons-net" name="commons-net" rev="3.2" />
25
 
137 brianR 26
		<dependency org="org.apache.ant" name="ant" rev="1.8.4"/>
27
		<dependency org="org.apache.ant" name="ant-nodeps" rev="1.8.1"/>
28
		<dependency org="org.apache.ant" name="ant-jsch" rev="1.8.4"/>
140 brianR 29
		<!--<dependency org="ant-contrib" name="ant-contrib" rev="20020829"/>-->
30
		<dependency org="org.apache.ant" name="ant-commons-net" rev="1.8.4"/>
137 brianR 31
 
140 brianR 32
 
33
		<dependency org="jcs" name="jcs" rev="1.3"/>
34
 
35
        <dependency org="org.quartz-scheduler" name="quartz" rev="2.2.0" transitive="false"/>
36
 
37
        <dependency org="log4j" name="log4j" rev="1.2.17" transitive="false"/>
137 brianR 38
 
140 brianR 39
        <dependency org="org.apache.ws.commons.axiom" name="axiom-api" rev="1.2.14"/>
40
        <dependency org="org.apache.ws.commons.axiom" name="axiom-impl" rev="1.2.14" transitive="false"/>
41
 
42
        <dependency org="org.apache.cxf" name="cxf-rt-core" rev="2.7.0"/>
43
        <dependency org="org.apache.cxf" name="cxf-rt-transports-http" rev="2.7.0"/>
44
 
45
        <!-- <dependency org="org.apache.cxf" name="cxf-api" rev="2.7.0"/> -->
46
        <dependency org="org.apache.cxf" name="cxf-rt-frontend-jaxws" rev="2.7.0"/>
47
        <dependency org="org.apache.cxf" name="cxf-rt-frontend-jaxrs" rev="2.7.0"/>
48
        <dependency org="org.apache.cxf" name="cxf-rt-bindings-soap" rev="2.7.0"/>
49
        <dependency org="org.apache.cxf" name="cxf-bundle" rev="2.7.0"/>
50
        <dependency org="org.apache.cxf" name="cxf-rt-databinding-jaxb" rev="2.7.0"/>
51
 
52
        <dependency org="org.springframework" name="spring-web" rev="3.0.7.RELEASE" conf="default"/>
53
 
54
 
55
 
56
		<dependency org="lib" name="java-unrar" rev="0.3">
57
			<artifact name="java-unrar" type="jar" />
58
		</dependency>
59
		<dependency org="lib" name="lib.cvsclient" rev="20131001">
60
			<artifact name="lib.cvsclient" type="jar" />
61
		</dependency>
62
		<dependency org="lib" name="lib.xservices-scmtypes" rev="20131001">
63
			<artifact name="lib.xservices-scmtypes" type="jar" />
64
		</dependency>
65
 
66
 
67
		<!-- There is also a dependency on lib.cvsclient from Netbeans Project
68
			which is not included here -->
137 brianR 69
	</dependencies>
70
</ivy-module>