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" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
3
<modelVersion >4.0.0</modelVersion >
3
4
<groupId >com.github.js-cookie</groupId >
4
5
<artifactId >java-cookie</artifactId >
9
10
<properties >
10
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11
12
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
12
- <selenium .version>2.45.0</selenium .version>
13
+ <selenium .version>3.141.59</selenium .version>
14
+ <wildfly .version>15.0.1.Final</wildfly .version>
13
15
<project .scm.id>java-cookie-scm</project .scm.id>
14
16
</properties >
15
17
<licenses >
35
37
</scm >
36
38
<repositories >
37
39
<repository >
38
- <id >RedHat</id >
39
- <url >https://maven.repository.redhat.com/earlyaccess/all </url >
40
+ <id >RedHat GA </id >
41
+ <url >https://maven.repository.redhat.com/ga/ </url >
40
42
</repository >
41
43
</repositories >
42
44
<build >
64
66
</build >
65
67
<dependencyManagement >
66
68
<dependencies >
67
- <dependency >
68
- <groupId >org.jboss.arquillian</groupId >
69
- <artifactId >arquillian-bom</artifactId >
70
- <version >1.1.8 .Final</version >
71
- <scope >import</scope >
72
- <type >pom</type >
73
- </dependency >
69
+ <dependency >
70
+ <groupId >org.jboss.arquillian</groupId >
71
+ <artifactId >arquillian-bom</artifactId >
72
+ <version >1.4.1 .Final</version >
73
+ <scope >import</scope >
74
+ <type >pom</type >
75
+ </dependency >
74
76
</dependencies >
75
77
</dependencyManagement >
76
78
<dependencies >
83
85
<dependency >
84
86
<groupId >joda-time</groupId >
85
87
<artifactId >joda-time</artifactId >
86
- <version >2.7 </version >
88
+ <version >2.10.1 </version >
87
89
</dependency >
88
90
<dependency >
89
91
<groupId >com.fasterxml.jackson.core</groupId >
90
92
<artifactId >jackson-databind</artifactId >
91
- <version >2.8.11.1 </version >
93
+ <version >2.9.8 </version >
92
94
</dependency >
93
95
<dependency >
94
96
<groupId >junit</groupId >
115
117
<scope >test</scope >
116
118
</dependency >
117
119
<dependency >
118
- <groupId >org.jboss.as </groupId >
119
- <artifactId >jboss-as- arquillian-container-managed </artifactId >
120
- <version >7.2.0 .Final</version >
120
+ <groupId >org.jboss.arquillian.protocol </groupId >
121
+ <artifactId >arquillian-protocol-servlet </artifactId >
122
+ <version >1.4.1 .Final</version >
121
123
<scope >test</scope >
122
124
</dependency >
123
125
<dependency >
124
126
<groupId >org.jboss.arquillian.junit</groupId >
125
127
<artifactId >arquillian-junit-container</artifactId >
128
+ <version >1.4.1.Final</version >
129
+ <scope >test</scope >
130
+ </dependency >
131
+ <dependency >
132
+ <groupId >org.wildfly.arquillian</groupId >
133
+ <artifactId >wildfly-arquillian-container-managed</artifactId >
134
+ <version >2.1.1.Final</version >
126
135
<scope >test</scope >
127
136
</dependency >
128
137
<dependency >
129
138
<groupId >org.jboss.shrinkwrap.resolver</groupId >
130
- <artifactId >shrinkwrap-resolver-bom</artifactId >
131
- <version >2.2.0-beta-2</version >
132
- <type >pom</type >
133
- <scope >import</scope >
139
+ <artifactId >shrinkwrap-resolver-impl-maven</artifactId >
140
+ <version >3.1.3</version >
141
+ <scope >test</scope >
142
+ </dependency >
143
+ <dependency >
144
+ <groupId >org.jboss.shrinkwrap.resolver</groupId >
145
+ <artifactId >shrinkwrap-resolver-spi</artifactId >
146
+ <version >3.1.3</version >
147
+ <scope >test</scope >
134
148
</dependency >
135
149
<dependency >
136
150
<groupId >org.apache.httpcomponents</groupId >
137
151
<artifactId >httpclient</artifactId >
138
- <version >4.3.3 </version >
152
+ <version >4.5.7 </version >
139
153
<scope >test</scope >
140
154
</dependency >
141
155
<dependency >
142
156
<groupId >org.apache.httpcomponents</groupId >
143
157
<artifactId >fluent-hc</artifactId >
144
- <version >4.3.3 </version >
158
+ <version >4.5.7 </version >
145
159
<scope >test</scope >
146
160
</dependency >
147
161
</dependencies >
165
179
<configuration >
166
180
<artifactItems >
167
181
<artifactItem >
168
- <groupId >org.jboss.as </groupId >
169
- <artifactId >jboss-as -dist</artifactId >
170
- <version >7.5.0.Final-redhat-15 </version >
182
+ <groupId >org.wildfly </groupId >
183
+ <artifactId >wildfly -dist</artifactId >
184
+ <version >${wildfly.version} </version >
171
185
<type >zip</type >
172
186
<overWrite >false</overWrite >
173
187
<outputDirectory >target</outputDirectory >
193
207
<plugin >
194
208
<groupId >com.github.eirslett</groupId >
195
209
<artifactId >frontend-maven-plugin</artifactId >
196
- <version >0.0.23 </version >
210
+ <version >1.5 </version >
197
211
<executions >
198
212
<execution >
199
213
<id >install node and npm</id >
200
214
<goals >
201
- <goal >install-node-and-npm</goal >
215
+ <goal >install-node-and-npm</goal >
202
216
</goals >
203
217
<configuration >
204
- <nodeVersion >v0 .10.18 </nodeVersion >
205
- <npmVersion >1.3.8 </npmVersion >
218
+ <nodeVersion >v11 .10.0 </nodeVersion >
219
+ <npmVersion >6.8.0 </npmVersion >
206
220
</configuration >
207
221
</execution >
208
222
<execution >
209
223
<id >npm install</id >
210
224
<goals >
211
- <goal >npm</goal >
225
+ <goal >npm</goal >
212
226
</goals >
213
227
</execution >
214
228
<execution >
218
232
</goals >
219
233
</execution >
220
234
<execution >
221
- <id >grunt build </id >
235
+ <id >npm test </id >
222
236
<goals >
223
- <goal >grunt </goal >
237
+ <goal >npm </goal >
224
238
</goals >
239
+ <configuration >
240
+ <arguments >test</arguments >
241
+ </configuration >
225
242
</execution >
226
243
</executions >
227
244
</plugin >
245
262
<plugin >
246
263
<groupId >org.apache.maven.plugins</groupId >
247
264
<artifactId >maven-javadoc-plugin</artifactId >
248
- <version >2.10.3 </version >
265
+ <version >3.0.1 </version >
249
266
<executions >
250
267
<execution >
251
268
<id >attach-javadocs</id >
258
275
<plugin >
259
276
<groupId >org.apache.maven.plugins</groupId >
260
277
<artifactId >maven-source-plugin</artifactId >
261
- <version >2.4 </version >
278
+ <version >3.0.1 </version >
262
279
<executions >
263
280
<execution >
264
281
<id >attach-sources</id >
271
288
<plugin >
272
289
<groupId >org.sonatype.plugins</groupId >
273
290
<artifactId >nexus-staging-maven-plugin</artifactId >
274
- <version >1.6.5 </version >
291
+ <version >1.6.8 </version >
275
292
<extensions >true</extensions >
276
293
<configuration >
277
294
<serverId >ossrh</serverId >
300
317
<id >simple</id >
301
318
</profile >
302
319
</profiles >
303
- </project >
320
+ </project >
0 commit comments