1
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
<groupId >aws-java-sdk-v2-utils</groupId >
6
4
<artifactId >aws-java-sdk-v2-utils</artifactId >
11
9
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12
10
<maven .compiler.source>1.8</maven .compiler.source>
13
11
<maven .compiler.target>1.8</maven .compiler.target>
14
- <aws .version>2.1.0 </aws .version>
12
+ <aws .version>2.10.45 </aws .version>
15
13
</properties >
16
14
17
15
<dependencies >
18
16
<!-- Java JSON-P core dependency -->
19
17
<dependency >
20
18
<groupId >org.apache.geronimo.specs</groupId >
21
19
<artifactId >geronimo-json_1.1_spec</artifactId >
22
- <version >1.0 </version >
20
+ <version >1.3 </version >
23
21
<scope >provided</scope >
24
22
</dependency >
25
23
62
60
<dependency >
63
61
<groupId >org.apache.johnzon</groupId >
64
62
<artifactId >johnzon-jaxrs</artifactId >
65
- <version >1.1.7 </version >
63
+ <version >1.2.2 </version >
66
64
<scope >test</scope >
67
65
</dependency >
68
66
71
69
<dependency >
72
70
<groupId >org.apache.cxf</groupId >
73
71
<artifactId >cxf-rt-frontend-jaxrs</artifactId >
74
- <version >3.2.2 </version >
72
+ <version >3.3.4 </version >
75
73
<scope >test</scope >
76
74
</dependency >
77
75
78
76
<dependency >
79
77
<groupId >org.apache.cxf</groupId >
80
78
<artifactId >cxf-rt-rs-client</artifactId >
81
- <version >3.2.2 </version >
79
+ <version >3.3.4 </version >
82
80
<scope >test</scope >
83
81
</dependency >
84
82
85
- <dependency >
86
- <groupId >org.glassfish.jaxb</groupId >
87
- <artifactId >jaxb-runtime</artifactId >
88
- <version >2.3.0.1</version >
89
- <scope >test</scope >
90
- </dependency >
91
-
92
- <dependency >
93
- <groupId >javax.activation</groupId >
94
- <artifactId >activation</artifactId >
95
- <version >1.1.1</version >
96
- <scope >test</scope >
97
- </dependency >
98
83
99
84
100
85
<!-- AWS HTTP Client Test Dependencies -->
117
102
<!-- Base JUnit Dependency -->
118
103
119
104
<dependency >
120
- <groupId >junit</groupId >
121
- <artifactId >junit</artifactId >
122
- <version >4.12 </version >
105
+ <groupId >org. junit.jupiter </groupId >
106
+ <artifactId >junit-jupiter-engine </artifactId >
107
+ <version >5.5.1 </version >
123
108
<scope >test</scope >
124
109
</dependency >
125
110
126
111
</dependencies >
127
- </project >
112
+
113
+ <build >
114
+ <plugins >
115
+ <plugin >
116
+ <groupId >org.apache.maven.plugins</groupId >
117
+ <artifactId >maven-surefire-plugin</artifactId >
118
+ <version >2.22.2</version >
119
+ </plugin >
120
+ </plugins >
121
+ </build >
122
+ </project >
0 commit comments