File tree 4 files changed +7
-8
lines changed
main/java/com/porscheinformatik/tapestry/jaxws
test/java/org/apache/tapestry/jaxws/testapp/services
4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 50
50
<dependency >
51
51
<groupId >org.apache.tapestry</groupId >
52
52
<artifactId >tapestry-core</artifactId >
53
- <version >5.6.1 </version >
53
+ <version >5.7.0 </version >
54
54
</dependency >
55
55
<dependency >
56
56
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 1
1
package com .porscheinformatik .tapestry .jaxws ;
2
2
3
3
import com .porscheinformatik .tapestry .jaxws .internal .metro .MetroHttpServletRequestFilter ;
4
- import org .apache .tapestry5 .ioc .OrderedConfiguration ;
4
+ import org .apache .tapestry5 .commons .OrderedConfiguration ;
5
5
import org .apache .tapestry5 .ioc .ServiceBinder ;
6
6
import org .apache .tapestry5 .ioc .annotations .InjectService ;
7
- import org .apache .tapestry5 .services .HttpServletRequestFilter ;
7
+ import org .apache .tapestry5 .http . services .HttpServletRequestFilter ;
8
8
9
9
public class JAXWSModule
10
10
{
Original file line number Diff line number Diff line change 12
12
import javax .xml .ws .handler .Handler ;
13
13
14
14
import com .porscheinformatik .tapestry .jaxws .Webservice ;
15
- import org .apache .tapestry5 .services .ApplicationGlobals ;
16
- import org .apache .tapestry5 .services .HttpServletRequestFilter ;
17
- import org .apache .tapestry5 .services .HttpServletRequestHandler ;
15
+ import org .apache .tapestry5 .http . services .ApplicationGlobals ;
16
+ import org .apache .tapestry5 .http . services .HttpServletRequestFilter ;
17
+ import org .apache .tapestry5 .http . services .HttpServletRequestHandler ;
18
18
19
19
import com .sun .xml .ws .api .BindingID ;
20
20
import com .sun .xml .ws .api .WSBinding ;
Original file line number Diff line number Diff line change 3
3
import com .porscheinformatik .tapestry .jaxws .JAXWSModule ;
4
4
import com .porscheinformatik .tapestry .jaxws .Webservice ;
5
5
import com .porscheinformatik .tapestry .jaxws .util .SOAPLoggingHandler ;
6
-
7
- import org .apache .tapestry5 .ioc .OrderedConfiguration ;
6
+ import org .apache .tapestry5 .commons .OrderedConfiguration ;
8
7
import org .apache .tapestry5 .ioc .ServiceBinder ;
9
8
import org .apache .tapestry5 .ioc .annotations .SubModule ;
10
9
You can’t perform that action at this time.
0 commit comments