Subversion Repositories XServices

Rev

Rev 137 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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