OW2 Consortium aspire

Rev

Rev 972 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 972 Rev 975
Line 31... Line 31...
31

31

32
    <felix.plugin.version>2.3.7</felix.plugin.version>
32
    <felix.plugin.version>2.3.7</felix.plugin.version>
33
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
33
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
34
    <project.build.skipTests>true</project.build.skipTests>
34
    <project.build.skipTests>true</project.build.skipTests>
35
    <felix.version>4.0.2</felix.version>
35
    <felix.version>4.0.2</felix.version>
36
    <cxf.version>2.0.2-incubator</cxf.version><!--2.2.6-->
-
 
-
 
36
    <cxf.version>2.5.2</cxf.version><!--2.2.6-->
37
	<spring.version>2.0.6</spring.version>
37
	<spring.version>2.0.6</spring.version>
38

38

39
	
39
	
40
  </properties>
40
  </properties>
41

41

Line 100... Line 100...
100
      <dependency>
100
      <dependency>
101
        <groupId>org.apache.cxf</groupId>
101
        <groupId>org.apache.cxf</groupId>
102
        <artifactId>cxf-rt-transports-http</artifactId>
102
        <artifactId>cxf-rt-transports-http</artifactId>
103
        <version>${cxf.version}</version>
103
        <version>${cxf.version}</version>
104
      </dependency>
104
      </dependency>
-
 
105
      
105
      <dependency>
106
      <dependency>
106
        <groupId>org.apache.cxf</groupId>
107
        <groupId>org.apache.cxf</groupId>
107
        <artifactId>cxf-rt-databinding-jaxb</artifactId>
108
        <artifactId>cxf-rt-databinding-jaxb</artifactId>
108
        <version>${cxf.version}</version>
109
        <version>${cxf.version}</version>
109
      </dependency>
110
      </dependency>
Line 119... Line 120...
119

120

120
	  
121
	  
121
	  
122
	  
122
	  
123
	  
123
	  
124
	  
124
		<!-- Spring is directly included to override the version 2.0.4 cxf brings -->
-
 
125
		<dependency>
-
 
126
			<groupId>org.springframework</groupId>
-
 
127
			<artifactId>spring-core</artifactId>
-
 
128
			<version>${spring.version}</version>
-
 
129
		</dependency>
-
 
130
		<dependency>
-
 
131
			<groupId>org.springframework</groupId>
-
 
132
			<artifactId>spring-beans</artifactId>
-
 
133
			<version>${spring.version}</version>
-
 
134
		</dependency>
-
 
135
		<dependency>
-
 
136
			<groupId>org.springframework</groupId>
-
 
137
			<artifactId>spring-context</artifactId>
-
 
138
			<version>${spring.version}</version>
-
 
139
		</dependency>
-
 
140
		<dependency>
-
 
141
			<groupId>org.springframework</groupId>
-
 
142
			<artifactId>spring-web</artifactId>
-
 
143
			<version>${spring.version}</version>
-
 
144
		</dependency>
-
 
145
<!--
-
 
146
		<dependency>
-
 
147
			<groupId>log4j</groupId>
-
 
148
			<artifactId>log4j</artifactId>
-
 
149
			<version>1.2.14</version>
-
 
150
		</dependency>
-
 
151
-->	
-
 
152
		<dependency>
-
 
153
			<groupId>org.apache.activemq</groupId>
-
 
154
   			<artifactId>activemq-core</artifactId>
-
 
155
    		<version>4.1.1</version>
-
 
156
		</dependency>
-
 
157
		
-
 
158
		<!-- Depending on your requirements you may need more or less modules from cxf. To make the start easier there are
-
 
159
		some more listed than you need for this example. -->
-
 
160
		<dependency>
-
 
161
			<groupId>org.apache.cxf</groupId>
-
 
162
			<artifactId>cxf-rt-core</artifactId>
-
 
163
			<version>${cxf.version}</version>
-
 
164
		</dependency>
-
 
165
		<dependency>
-
 
166
			<groupId>org.apache.cxf</groupId>
-
 
167
			<artifactId>cxf-rt-frontend-simple</artifactId>
-
 
168
			<version>${cxf.version}</version>
-
 
169
		</dependency>
-
 
170
		<dependency>
-
 
171
			<groupId>org.apache.cxf</groupId>
-
 
172
			<artifactId>cxf-rt-frontend-jaxws</artifactId>
-
 
173
			<version>${cxf.version}</version>
-
 
174
		</dependency>
-
 
175
		<dependency>
-
 
176
			<groupId>org.apache.cxf</groupId>
-
 
177
			<artifactId>cxf-rt-databinding-aegis</artifactId>
-
 
178
			<version>${cxf.version}</version>
-
 
179
		</dependency>
-
 
180
		<dependency>
-
 
181
			<groupId>org.apache.cxf</groupId>
-
 
182
			<artifactId>cxf-rt-transports-local</artifactId>
-
 
183
			<version>${cxf.version}</version>
-
 
184
		</dependency>
-
 
185
		<dependency>
-
 
186
			<groupId>org.apache.cxf</groupId>
-
 
187
			<artifactId>cxf-rt-transports-http</artifactId>
-
 
188
			<version>${cxf.version}</version>
-
 
189
		</dependency>
-
 
190
		<dependency>
-
 
191
			<groupId>org.apache.cxf</groupId>
-
 
192
			<artifactId>cxf-rt-transports-http-jetty</artifactId>
-
 
193
			<version>${cxf.version}</version>
-
 
194
		</dependency>
-
 
195
		<dependency>
-
 
196
			<groupId>org.apache.cxf</groupId>
-
 
197
			<artifactId>cxf-rt-transports-jms</artifactId>
-
 
198
			<version>${cxf.version}</version>
-
 
199
		</dependency>
-
 
200
		<dependency>
-
 
201
			<groupId>org.apache.cxf</groupId>
-
 
202
			<artifactId>cxf-rt-management</artifactId>
-
 
203
			<version>${cxf.version}</version>
-
 
204
		</dependency>
-
 
205
		<dependency>
-
 
206
			<groupId>org.apache.cxf</groupId>
-
 
207
			<artifactId>cxf-common-utilities</artifactId>
-
 
208
			<version>${cxf.version}</version>
-
 
209
		</dependency>
-
 
-
 
125
        <dependency>
-
 
126
            <groupId>org.apache.cxf</groupId>
-
 
127
            <artifactId>cxf-rt-frontend-jaxws</artifactId>
-
 
128
            <version>${cxf.version}</version>
-
 
129
        </dependency>
-
 
130
        <dependency>
-
 
131
            <groupId>org.apache.cxf</groupId>
-
 
132
            <artifactId>cxf-rt-transports-http</artifactId>
-
 
133
            <version>${cxf.version}</version>
-
 
134
        </dependency>
-
 
135
        <dependency>
-
 
136
            <groupId>org.apache.cxf</groupId>
-
 
137
            <artifactId>cxf-rt-transports-http-jetty</artifactId>
-
 
138
            <version>${cxf.version}</version>
-
 
139
        </dependency>
-
 
140
        <dependency>
-
 
141
            <groupId>org.apache.cxf</groupId>
-
 
142
            <artifactId>cxf-rt-management</artifactId>
-
 
143
            <version>${cxf.version}</version>
-
 
144
        </dependency>
210

145

211
		<dependency>
-
 
212
			<groupId>org.mortbay.jetty</groupId>
-
 
213
			<artifactId>jetty</artifactId>
-
 
214
			<version>6.1.5</version>
-
 
215
		</dependency>
-
 
216

146

217

147

218
	  
148
	  
219
	  
149
	  
220
	  
150