summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/java-stable-20060304/samples/helloworld/helloworldaxis2/pom.xml
blob: cdb6171241637ad593e742a89f0cb12b9c3c9419 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<?xml version="1.0" encoding="UTF-8"?>
<!--
	*  Copyright (c) 2005-2006 The Apache Software Foundation or its licensors, as applicable.
	*
	*  Licensed under the Apache License, Version 2.0 (the "License");
	*  you may not use this file except in compliance with the License.
	*  You may obtain a copy of the License at
	*
	*     http://www.apache.org/licenses/LICENSE-2.0
	*
	*  Unless required by applicable law or agreed to in writing, software
	*  distributed under the License is distributed on an "AS IS" BASIS,
	*  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
	*  See the License for the specific language governing permissions and
	*  limitations under the License.
-->
<project>
	<parent>
		<groupId>org.apache.tuscany.samples.helloworld</groupId>
		<artifactId>helloworld-samples</artifactId>
		<version>SNAPSHOT</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>
	<artifactId>helloworldaxis2</artifactId>
	<packaging>jar</packaging>
	<name>Tuscany sample HelloWorld Axis2</name>
	<description>
		Sample classic helloworld Axis2 to test with Tuscany SCA
	</description>
	<version>SNAPSHOT</version>

	<!-- start new Axis2 stuff -->
	<dependencies>
		<dependency>
			<groupId>axis2</groupId>
			<artifactId>axis2-core</artifactId>
			<version>0.94</version>
		</dependency>
		<dependency>
			<groupId>axis2</groupId>
			<artifactId>axis2-adb</artifactId>
			<version>0.94</version>
		</dependency>
		<dependency>
			<groupId>axis2</groupId>
			<artifactId>axis2-doom</artifactId>
			<version>0.94</version>
		</dependency>
		<dependency>
			<groupId>geronimo-spec</groupId>
			<artifactId>geronimo-spec-activation</artifactId>
			<version>1.0.2-rc4</version>
		</dependency>
		<dependency>
			<groupId>geronimo-spec</groupId>
			<artifactId>geronimo-spec-javamail</artifactId>
			<version>1.3.1-rc5</version>
		</dependency>
		<dependency>
			<groupId>geronimo-spec</groupId>
			<artifactId>geronimo-spec-jms</artifactId>
			<version>1.1-rc4</version>
		</dependency>
		
		<dependency>
			<groupId>axis2</groupId>
			<artifactId>addressing</artifactId>
			<version>0.94</version>
			<type>mar</type>
		</dependency>
		<!-- external JARs -->
		<dependency>
			<groupId>commons-logging</groupId>
			<artifactId>commons-logging</artifactId>
			<version>1.0.4</version>
		</dependency>
		<dependency>
			<groupId>commons-httpclient</groupId>
			<artifactId>commons-httpclient</artifactId>
			<version>3.0</version>
		</dependency>
		<dependency>
			<groupId>commons-codec</groupId>
			<artifactId>commons-codec</artifactId>
			<version>1.3</version>
		</dependency>
		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
			<version>1.2.12</version>
		</dependency>
		<dependency>
			<groupId>woodstox</groupId>
			<artifactId>wstx-asl</artifactId>
			<version>2.8.2</version>
		</dependency>
		<dependency>
			<groupId>stax</groupId>
			<artifactId>stax-api</artifactId>
			<version>1.0</version>
		</dependency>
		<dependency>
			<groupId>axis</groupId>
			<artifactId>axis-wsdl4j</artifactId>
			<version>1.2</version>
		</dependency>
		<dependency>
			<groupId>ws-commons</groupId>
			<artifactId>ws-policy</artifactId>
			<version>SNAPSHOT</version>
		</dependency>

		<!-- 
			<dependency>
			<groupId>wss4j</groupId>
			<artifactId>wss4j</artifactId>
			<version>SNAPSHOT</version>
			</dependency>
			<dependency>
			<groupId>xml-security</groupId>
			<artifactId>xmlsec</artifactId>
			<version>1.2.1}</version>
			</dependency>
			<dependency>
			<groupId>bouncycastle</groupId>
			<artifactId>bcprov</artifactId>
			<version>jdk13-128</version>
			</dependency>
			<dependency>
			<groupId>opensaml</groupId>
			<artifactId>opensaml</artifactId>
			<version>1.0.1</version>
			</dependency>
		-->
		<dependency>
			<groupId>xml-apis</groupId>
			<artifactId>xml-apis</artifactId>
			<version>1.3.02</version>
		</dependency>
		<dependency>
			<groupId>jaxen</groupId>
			<artifactId>jaxen</artifactId>
			<version>1.1-beta-7</version>
		</dependency>
		<dependency>
			<groupId>backport-util-concurrent</groupId>
			<artifactId>backport-util-concurrent</artifactId>
			<version>2.0_01_pd</version>
		</dependency>
		<!--for java2wsdl generation we use JAM , so there should be a dependency on the annogen jar or-->
		<!--XML Beans-->
		<dependency>
			<groupId>annogen</groupId>
			<artifactId>annogen</artifactId>
			<version>0.1.0</version>
		</dependency>
		<dependency>
			<groupId>xmlbeans</groupId>
			<artifactId>xbean</artifactId>
			<version>2.1.0</version>
		</dependency>

		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>3.8.1</version>
			<scope>test</scope>
		</dependency>
	</dependencies>

        <!--
	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-antrun-plugin</artifactId>
				<executions>
					<execution>
						<id>compile</id>
						<phase>compile</phase>
						<configuration>
							<tasks>
								<ant antfile="${basedir}/build.xml"
									inheritRefs="true">
									<target name="start.server" />
								</ant>
								<waitfor maxwait="60"
									maxwaitunit="second" checkevery="30">
									<http
										url="http://localhost:8080" />
								</waitfor>

							</tasks>
						</configuration>
						<goals>
							<goal>run</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
		</plugins>
	</build>
        -->

</project>