This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +62
-19
lines changed
webtester-support-assertj3
webtester-support-firefox
webtester-support-hamcrest
webtester-support-spring4 Expand file tree Collapse file tree 9 files changed +62
-19
lines changed Original file line number Diff line number Diff line change 44
44
</dependency >
45
45
46
46
<dependency >
47
- <!-- Selenium dependency used to have access to the Selenium API. -->
47
+ <!-- Provided Selenium dependency used to have access to the Selenium API. -->
48
48
<groupId >org.seleniumhq.selenium</groupId >
49
49
<artifactId >selenium-support</artifactId >
50
+ <scope >provided</scope >
50
51
</dependency >
51
52
52
53
<!-- test -->
Original file line number Diff line number Diff line change 24
24
<version >${project.version} </version >
25
25
</dependency >
26
26
<dependency >
27
- <!-- Optional dependency on assertj-core. Projects using this module should
27
+ <!-- Provided Selenium dependency used to have access to the Selenium API. -->
28
+ <groupId >org.seleniumhq.selenium</groupId >
29
+ <artifactId >selenium-support</artifactId >
30
+ <scope >provided</scope >
31
+ </dependency >
32
+ <dependency >
33
+ <!-- Provided dependency on assertj-core. Projects using this module should
28
34
provide their own version of the assertj dependency and not be forced to
29
35
inherit this one! -->
30
36
<groupId >org.assertj</groupId >
31
37
<artifactId >assertj-core</artifactId >
32
- <optional >true</ optional >
38
+ <scope >provided</ scope >
33
39
</dependency >
34
40
<dependency >
35
41
<!-- Test dependency on webtester-core in order to access test utility classes. -->
Original file line number Diff line number Diff line change 5
5
# - Apache License, Version 2.0
6
6
# - LGPL, version 2.1
7
7
# - MIT License
8
- # - NovaTec testIT License
8
+ # - The Apache License, Version 2.0
9
9
# - The Apache Software License, Version 2.0
10
10
# -------------------------------------------------------------------------------
11
11
# Please fill the missing licenses for dependencies :
12
12
#
13
13
#
14
- # Mon Nov 09 10:02:53 CET 2015
14
+ # Fri May 13 18:07:45 CEST 2016
15
15
cglib--cglib-nodep--2.1_3 =The Apache Software License, Version 2.0
Original file line number Diff line number Diff line change 25
25
</dependency >
26
26
27
27
<dependency >
28
- <!-- Required dependency on selenium-chrome-drive used to interact with
28
+ <!-- Provided Selenium dependency used to have access to the Selenium API. -->
29
+ <groupId >org.seleniumhq.selenium</groupId >
30
+ <artifactId >selenium-support</artifactId >
31
+ <scope >provided</scope >
32
+ </dependency >
33
+ <dependency >
34
+ <!-- Provided dependency on selenium-chrome-drive used to interact with
29
35
a Chrome browser. The dependency should be inherited by projects using this
30
36
module. If another version of this dependency is needed / wanted it should
31
37
be overridden by the project. -->
32
38
<groupId >org.seleniumhq.selenium</groupId >
33
39
<artifactId >selenium-chrome-driver</artifactId >
40
+ <scope >provided</scope >
34
41
</dependency >
35
42
36
43
</dependencies >
Original file line number Diff line number Diff line change 25
25
</dependency >
26
26
27
27
<dependency >
28
- <!-- Required dependency on selenium-firefox-driver used to interact with
28
+ <!-- Provided Selenium dependency used to have access to the Selenium API. -->
29
+ <groupId >org.seleniumhq.selenium</groupId >
30
+ <artifactId >selenium-support</artifactId >
31
+ <scope >provided</scope >
32
+ </dependency >
33
+ <dependency >
34
+ <!-- Provided dependency on selenium-firefox-driver used to interact with
29
35
a Firefox browser. The dependency should be inherited by projects using this
30
36
module. If another version of this dependency is needed / wanted it should
31
37
be overridden by the project. -->
32
38
<groupId >org.seleniumhq.selenium</groupId >
33
39
<artifactId >selenium-firefox-driver</artifactId >
40
+ <scope >provided</scope >
34
41
</dependency >
35
42
36
43
</dependencies >
Original file line number Diff line number Diff line change 25
25
<version >${project.version} </version >
26
26
</dependency >
27
27
<dependency >
28
- <!-- Optional dependency on hamcrest-all. Projects using this module should
28
+ <!-- Provided Selenium dependency used to have access to the Selenium API. -->
29
+ <groupId >org.seleniumhq.selenium</groupId >
30
+ <artifactId >selenium-support</artifactId >
31
+ <scope >provided</scope >
32
+ </dependency >
33
+ <dependency >
34
+ <!-- Provided dependency on hamcrest-all. Projects using this module should
29
35
provide their own version of the hamcrest dependency and not be forced
30
36
to inherit this one! -->
31
37
<groupId >org.hamcrest</groupId >
32
38
<artifactId >hamcrest-all</artifactId >
33
- <optional >true</ optional >
39
+ <scope >provided</ scope >
34
40
</dependency >
35
41
<dependency >
36
42
<!-- Test dependency on webtester-core in order to access test utility classes. -->
Original file line number Diff line number Diff line change 23
23
<artifactId >webtester-core</artifactId >
24
24
<version >${project.version} </version >
25
25
</dependency >
26
-
27
26
<dependency >
28
- <!-- Required dependency on selenium-ie-driver used to interact with an
27
+ <!-- Provided Selenium dependency used to have access to the Selenium API. -->
28
+ <groupId >org.seleniumhq.selenium</groupId >
29
+ <artifactId >selenium-support</artifactId >
30
+ <scope >provided</scope >
31
+ </dependency >
32
+ <dependency >
33
+ <!-- Provided dependency on selenium-ie-driver used to interact with an
29
34
Internet Explorer browser. The dependency should be inherited by projects
30
35
using this module. If another version of this dependency is needed / wanted
31
36
it should be overridden by the project. -->
32
37
<groupId >org.seleniumhq.selenium</groupId >
33
38
<artifactId >selenium-ie-driver</artifactId >
39
+ <scope >provided</scope >
34
40
</dependency >
35
41
36
42
</dependencies >
Original file line number Diff line number Diff line change 23
23
<artifactId >webtester-core</artifactId >
24
24
<version >${project.version} </version >
25
25
</dependency >
26
-
27
26
<dependency >
28
- <!-- Optional dependency on junit. Projects using this module should provide
27
+ <!-- Provided Selenium dependency used to have access to the Selenium API. -->
28
+ <groupId >org.seleniumhq.selenium</groupId >
29
+ <artifactId >selenium-support</artifactId >
30
+ <scope >provided</scope >
31
+ </dependency >
32
+ <dependency >
33
+ <!-- Provided dependency on junit. Projects using this module should provide
29
34
their own version of the junit dependency and not be forced to inherit this
30
35
one! -->
31
36
<groupId >junit</groupId >
32
37
<artifactId >junit</artifactId >
33
- <optional >true</ optional >
38
+ <scope >provided</ scope >
34
39
</dependency >
35
40
36
41
</dependencies >
Original file line number Diff line number Diff line change 28
28
<artifactId >webtester-core</artifactId >
29
29
<version >${project.version} </version >
30
30
</dependency >
31
-
32
31
<dependency >
33
- <!-- Optional dependency on spring-core. Projects using this module should
32
+ <!-- Provided Selenium dependency used to have access to the Selenium API. -->
33
+ <groupId >org.seleniumhq.selenium</groupId >
34
+ <artifactId >selenium-support</artifactId >
35
+ <scope >provided</scope >
36
+ </dependency >
37
+ <dependency >
38
+ <!-- Provided dependency on spring-core. Projects using this module should
34
39
provide their own version of the spring-core dependency and not be forced
35
40
to inherit this one! -->
36
41
<groupId >org.springframework</groupId >
37
42
<artifactId >spring-core</artifactId >
38
- <optional >true</ optional >
43
+ <scope >provided</ scope >
39
44
</dependency >
40
45
<dependency >
41
- <!-- Optional dependency on spring-context. Projects using this module
46
+ <!-- Provided dependency on spring-context. Projects using this module
42
47
should provide their own version of the spring-context dependency and not
43
48
be forced to inherit this one! -->
44
49
<groupId >org.springframework</groupId >
45
50
<artifactId >spring-context</artifactId >
46
- <optional >true</ optional >
51
+ <scope >provided</ scope >
47
52
</dependency >
48
53
49
54
<!-- The following dependencies are only used by tests of this module and
You can’t perform that action at this time.
0 commit comments