Subversion Repositories XServices

Rev

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

Rev 194 Rev 197
1
<?xml version="1.0" encoding="ISO-8859-1"?>
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
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 
3
	license agreements. See the NOTICE file distributed with this work for additional 
4
	information regarding copyright ownership. The ASF licenses this file to 
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 
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 
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 
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 
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 
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 
10
	OF ANY KIND, either express or implied. See the License for the specific 
11
	language governing permissions and limitations under the License. -->
11
	language governing permissions and limitations under the License. -->
12
<ivy-module version="2.0"
12
<ivy-module version="2.0"
13
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14
	xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
14
	xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
15
	<info organisation="Brutex Network" module="XServices" status="integration">
15
	<info organisation="Brutex Network" module="XServices" status="integration">
16
	</info>
16
	</info>
17
 
17
 
18
	<configurations >
18
	<configurations >
19
 
19
 
20
		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
20
		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
21
		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
21
		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
22
		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths." extends="master"/>
22
		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths." extends="master"/>
23
		<conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/>
23
		<conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/>
24
		<conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/>
24
		<conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/>
25
		<conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases." extends="runtime"/>
25
		<conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases." extends="runtime"/>
26
		<conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/>
26
		<conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/>
27
		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
27
		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
28
		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
28
		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
29
		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
29
		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
30
	</configurations>
30
	</configurations>
31
 
31
 
32
	
32
	
33
 
33
 
34
	<dependencies defaultconf="master">
34
	<dependencies defaultconf="master">
35
    
35
    
36
		<dependency org="org.apache.commons" name="commons-lang3" rev="3.7"/>
36
		<dependency org="org.apache.commons" name="commons-lang3" rev="3.7"/>
37
		<dependency org="org.apache.commons" name="commons-configuration2" rev="2.2" />
37
		<dependency org="org.apache.commons" name="commons-configuration2" rev="2.7" />
38
 
38
 
39
		<dependency org="commons-net" name="commons-net" rev="3.2"/>
39
		<dependency org="commons-net" name="commons-net" rev="3.2"/>
40
	
40
	
41
		<dependency org="org.apache.ant" name="ant" rev="1.8.4"/>
41
		<dependency org="org.apache.ant" name="ant" rev="1.8.4"/>
42
		<dependency org="org.apache.ant" name="ant-nodeps" rev="1.8.1"/>
42
		<dependency org="org.apache.ant" name="ant-nodeps" rev="1.8.1"/>
43
		<dependency org="org.apache.ant" name="ant-jsch" rev="1.8.4"/>
43
		<dependency org="org.apache.ant" name="ant-jsch" rev="1.8.4"/>
44
		<!--<dependency org="ant-contrib" name="ant-contrib" rev="20020829"/>-->
44
		<!--<dependency org="ant-contrib" name="ant-contrib" rev="20020829"/>-->
45
		<dependency org="org.apache.ant" name="ant-commons-net" rev="1.8.4"/>
45
		<dependency org="org.apache.ant" name="ant-commons-net" rev="1.8.4"/>
46
		<dependency org="javax.mail" name="mail" rev="1.4.7"/>
46
		<dependency org="javax.mail" name="mail" rev="1.4.7"/>
47
		<dependency org="org.apache.ant" name="ant-javamail" rev="1.8.1"/>
47
		<dependency org="org.apache.ant" name="ant-javamail" rev="1.8.1"/>
48
		<dependency org="org.apache.ant" name="ant-launcher" rev="1.8.4"/>
48
		<dependency org="org.apache.ant" name="ant-launcher" rev="1.8.4"/>
49
		
49
		
50
		<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-jcs-core -->
50
		<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-jcs-core -->
51
		<dependency org="org.apache.commons" name="commons-jcs-core" rev="2.2"/>
51
		<dependency org="org.apache.commons" name="commons-jcs-core" rev="2.2"/>
52
		<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-jcs-jcache -->
52
		<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-jcs-jcache -->
53
		<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-jcs-jcache-extras -->
53
		<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-jcs-jcache-extras -->
54
		<!--<dependency org="org.apache.commons" name="commons-jcs-jcache" rev="2.2"/>
54
		<!--<dependency org="org.apache.commons" name="commons-jcs-jcache" rev="2.2"/>
55
		<dependency org="org.apache.commons" name="commons-jcs-jcache-extras" rev="2.2"/>-->
55
		<dependency org="org.apache.commons" name="commons-jcs-jcache-extras" rev="2.2"/>-->
56
 
56
 
57
		
57
		
58
		
58
		
59
		<dependency org="org.quartz-scheduler" name="quartz" rev="2.3.0"/>
59
		<dependency org="org.quartz-scheduler" name="quartz" rev="2.3.0"/>
60
            
60
            
61
        <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
61
        <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
62
		<dependency org="org.apache.logging.log4j" name="log4j-api" rev="2.11.0"/>
62
		<dependency org="org.apache.logging.log4j" name="log4j-api" rev="2.17.1"/>
63
		<dependency org="org.apache.logging.log4j" name="log4j-core" rev="2.11.0"/>
63
		<dependency org="org.apache.logging.log4j" name="log4j-core" rev="2.17.1"/>
64
		<dependency org="org.apache.logging.log4j" name="log4j-web" rev="2.11.0"/>
64
		<dependency org="org.apache.logging.log4j" name="log4j-web" rev="2.17.1"/>
65
		<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-1.2-api -->
65
		<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-1.2-api -->
66
		<dependency org="org.apache.logging.log4j" name="log4j-1.2-api" rev="2.11.0"/>
66
		<dependency org="org.apache.logging.log4j" name="log4j-1.2-api" rev="2.17.1"/>
67
 
67
 
68
		
68
		
69
		<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j-impl -->
69
		<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j-impl -->
70
		<dependency org="org.apache.logging.log4j" name="log4j-slf4j-impl" rev="2.11.0"           />
70
		<dependency org="org.apache.logging.log4j" name="log4j-slf4j-impl" rev="2.17.1"           />
71
		<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
71
		<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
72
	<!--	<dependency org="org.slf4j" name="slf4j-api" rev="1.7.25" />-->
72
	<!--	<dependency org="org.slf4j" name="slf4j-api" rev="1.7.25" />-->
73
		
73
		
74
 
74
 
75
		
75
		
76
		<dependency org="org.springframework" name="spring-core" rev="5.0.5.RELEASE" conf="master,compile,runtime"/>		
76
		<dependency org="org.springframework" name="spring-core" rev="5.0.5.RELEASE" conf="master,compile,runtime"/>		
77
		<dependency org="org.springframework" name="spring-context" rev="5.0.5.RELEASE" conf="master,compile,runtime"/>	
77
		<dependency org="org.springframework" name="spring-context" rev="5.0.5.RELEASE" conf="master,compile,runtime"/>	
78
		<dependency org="org.springframework" name="spring-web" rev="5.0.5.RELEASE" conf="master,compile,runtime"/>	
78
		<dependency org="org.springframework" name="spring-web" rev="5.0.5.RELEASE" conf="master,compile,runtime"/>	
79
		
79
		
80
	
80
	
81
		<dependency org="commons-beanutils" name="commons-beanutils" rev="1.9.3"/>
81
		<dependency org="commons-beanutils" name="commons-beanutils" rev="1.9.3"/>
82
		
82
 
-
 
83
		<!-- https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api -->
-
 
84
		<dependency org="javax.servlet" name="javax.servlet-api" rev="4.0.1"/>
-
 
85
 
83
		
86
 
84
		
87
 
85
		<dependency org="org.apache.ws.commons.axiom" name="axiom-api" rev="1.2.20" conf="compile,master">
88
		<dependency org="org.apache.ws.commons.axiom" name="axiom-api" rev="1.2.20" conf="compile,master">
86
		<!--	<artifact name="axiom-api" ext="jar"/>-->
89
		<!--	<artifact name="axiom-api" ext="jar"/>-->
87
			<exclude name="axiom-api-1.2.20-tests" ext="jar"/>
90
			<exclude name="axiom-api-1.2.20-tests" ext="jar"/>
88
		</dependency>
91
		</dependency>
89
		<dependency org="org.apache.ws.commons.axiom" name="axiom-impl" rev="1.2.20" conf="master" />		
92
		<dependency org="org.apache.ws.commons.axiom" name="axiom-impl" rev="1.2.20" conf="master" />		
90
		
93
		
91
        
94
        
92
        <!--
95
        <!--
93
		<dependency org="org.codehaus.woodstox" name="woodstox-core-asl" rev="4.4.1"/>
96
		<dependency org="org.codehaus.woodstox" name="woodstox-core-asl" rev="4.4.1"/>
94
		<dependency org="org.codehaus.woodstox" name="stax2-api" rev="4.1"/>
97
		<dependency org="org.codehaus.woodstox" name="stax2-api" rev="4.1"/>
95
-->
98
-->
96
        
99
        
97
		
100
		
98
		
101
		
99
	    <dependency org="org.apache.shiro" name="shiro-core" rev="1.4.0"  />
102
	    <dependency org="org.apache.shiro" name="shiro-core" rev="1.8.0"  />
100
	    <dependency org="org.apache.shiro" name="shiro-root" rev="1.4.0"  />	
103
	    <dependency org="org.apache.shiro" name="shiro-root" rev="1.8.0"  />
101
        <dependency org="org.apache.shiro" name="shiro-web" rev="1.4.0" />
104
        <dependency org="org.apache.shiro" name="shiro-web" rev="1.8.0" />
102
 
105
 
103
        
106
        
104
            
107
            
105
        <dependency org="org.apache.cxf" name="cxf-core" rev="3.2.4" conf="master,compile"/>
108
        <dependency org="org.apache.cxf" name="cxf-core" rev="3.2.4" conf="master,compile"/>
106
        <dependency org="org.apache.cxf" name="cxf-rt-transports-http" rev="3.2.4" conf="master,compile" />
109
        <dependency org="org.apache.cxf" name="cxf-rt-transports-http" rev="3.2.4" conf="master,compile" />
107
        <dependency org="org.apache.cxf" name="cxf-rt-databinding-aegis" rev="3.2.4" conf="master,compile"/>
110
        <dependency org="org.apache.cxf" name="cxf-rt-databinding-aegis" rev="3.2.4" conf="master,compile"/>
108
        <dependency org="org.apache.cxf" name="cxf-rt-frontend-jaxrs" rev="3.2.4" conf="master,compile"/>
111
        <dependency org="org.apache.cxf" name="cxf-rt-frontend-jaxrs" rev="3.2.4" conf="master,compile"/>
109
        <dependency org="org.apache.cxf" name="cxf-rt-frontend-jaxws" rev="3.2.4" conf="master,compile"/>
112
        <dependency org="org.apache.cxf" name="cxf-rt-frontend-jaxws" rev="3.2.4" conf="master,compile"/>
110
        <dependency org="org.apache.cxf" name="cxf-rt-security" rev="3.2.4" conf="master,compile"/>
113
        <dependency org="org.apache.cxf" name="cxf-rt-security" rev="3.2.4" conf="master,compile"/>
111
		<dependency org="org.apache.cxf" name="cxf-rt-ws-security" rev="3.2.4" conf="master,compile"/>
114
		<dependency org="org.apache.cxf" name="cxf-rt-ws-security" rev="3.2.4" conf="master,compile"/>
112
 
115
 
113
<!--
116
<!--
114
		<dependency org="org.apache.wss4j" name="wss4j" rev="2.2.1" conf="*->compile"/>
117
		<dependency org="org.apache.wss4j" name="wss4j" rev="2.2.1" conf="*->compile"/>
115
		<dependency org="org.apache.wss4j" name="wss4j-ws-security-common" rev="2.2.1" conf="*->compile"/>
118
		<dependency org="org.apache.wss4j" name="wss4j-ws-security-common" rev="2.2.1" conf="*->compile"/>
116
	-->
119
	-->
117
		<dependency org="org.apache.ws.security" name="wss4j" rev="1.6.19"/>
120
		<dependency org="org.apache.ws.security" name="wss4j" rev="1.6.19"/>
118
 
121
 
119
 
122
 
120
		
123
		
121
 
124
 
122
		                       
125
		                       
123
   		<dependency org="rhino" name="js" rev="1.7R2"/>	
126
   		<dependency org="rhino" name="js" rev="1.7R2"/>	
124
   		
127
   		
125
   		
128
   		
126
   		<!-- https://mvnrepository.com/artifact/javax.ws.rs/javax.ws.rs-api -->
129
   		<!-- https://mvnrepository.com/artifact/javax.ws.rs/javax.ws.rs-api -->
127
		<dependency org="javax.ws.rs" name="javax.ws.rs-api" rev="2.1"/>
130
		<dependency org="javax.ws.rs" name="javax.ws.rs-api" rev="2.1"/>
128
   		
131
   		
129
   		
132
   		
130
		
133
		
131
		<!-- 
134
		<!-- 
132
			Locally managed libraries
135
			Locally managed libraries
133
		-->
136
		-->
134
		<dependency org="lib" name="java-unrar" rev="0.3" conf="*->default">
137
		<dependency org="lib" name="java-unrar" rev="0.3" conf="*->default">
135
			<artifact name="java-unrar" type="jar" />
138
			<artifact name="java-unrar" type="jar" />
136
		</dependency>
139
		</dependency>
137
		<dependency org="lib" name="lib.cvsclient" rev="20131001" conf="*->default">
140
		<dependency org="lib" name="lib.cvsclient" rev="20131001" conf="*->default">
138
			<artifact name="lib.cvsclient" type="jar" />
141
			<artifact name="lib.cvsclient" type="jar" />
139
		</dependency>
142
		</dependency>
140
		<dependency org="lib" name="lib.xservices-scmtypes" rev="20131001" conf="*->default">
143
		<dependency org="lib" name="lib.xservices-scmtypes" rev="20131001" conf="*->default">
141
			<artifact name="lib.xservices-scmtypes" type="jar" />
144
			<artifact name="lib.xservices-scmtypes" type="jar" />
142
		</dependency>
145
		</dependency>
-
 
146
		<dependency org="lib" name="MgmtDataModel" rev="20131001" conf="*->default">
-
 
147
			<artifact name="MgmtDataModel" type="jar" />
-
 
148
		</dependency>
-
 
149
		<!--
-
 
150
		<dependency org="lib" name="OADocGenerator" rev="20131001" conf="*->default">
-
 
151
			<artifact name="OADocGenerator" type="jar" />
-
 
152
		</dependency>
-
 
153
		-->
-
 
154
		<dependency org="lib" name="DocBuilder" rev="20131001" conf="*->default">
-
 
155
			<artifact name="DocBuilder" type="jar" />
-
 
156
		</dependency>
143
		
157
 
-
 
158
		<!-- Micro Focus/ Serena Software Dimensions CM 14.1 API -->
-
 
159
		<dependency org="lib" name="serena.darius" rev="14.1" conf="*->default">
-
 
160
			<artifact name="serena.darius" type="jar" />
-
 
161
		</dependency>
-
 
162
		<dependency org="lib" name="serena.dmclient" rev="14.1" conf="*->default">
-
 
163
			<artifact name="serena.dmclient" type="jar" />
-
 
164
		</dependency>
-
 
165
		<dependency org="lib" name="serena.dmfile" rev="14.1" conf="*->default">
-
 
166
			<artifact name="serena.dmfile" type="jar" />
-
 
167
		</dependency>
-
 
168
		<dependency org="lib" name="serena.dmnet" rev="14.1" conf="*->default">
-
 
169
			<artifact name="serena.dmnet" type="jar" />
-
 
170
		</dependency>
-
 
171
		<dependency org="lib" name="serena.dmtpi" rev="14.1" conf="*->default">
-
 
172
			<artifact name="serena.dmtpi" type="jar" />
-
 
173
		</dependency>
144
		
174
 
145
		<conflict manager="latest-revision"/>
175
		<conflict manager="latest-revision"/>
146
	</dependencies>
176
	</dependencies>
147
</ivy-module>
177
</ivy-module>