File tree Expand file tree Collapse file tree 4 files changed +17
-85
lines changed Expand file tree Collapse file tree 4 files changed +17
-85
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 47
47
<artifactId >selenium-support</artifactId >
48
48
<version >${project.version} </version >
49
49
</dependency >
50
- <dependency >
51
- <groupId >org.webbitserver</groupId >
52
- <artifactId >webbit</artifactId >
53
- </dependency >
54
50
<dependency >
55
51
<groupId >org.seleniumhq.selenium</groupId >
56
52
<artifactId >selenium-leg-rc</artifactId >
Original file line number Diff line number Diff line change 9
9
<packaging >pom</packaging >
10
10
11
11
<name >selenium-parent</name >
12
- <description >Browser automation framework </description >
13
- <url >http://selenium.googlecode.com /</url >
12
+ <description >Selenium automates browsers. That's it! What you do with that power is entirely up to you. </description >
13
+ <url >http://www.seleniumhq.org /</url >
14
14
15
15
<licenses >
16
16
<license >
21
21
</licenses >
22
22
23
23
<scm >
24
- <connection >scm:git:http:// selenium.googlecode.com/ git</connection >
25
- <developerConnection >scm:git:https:// selenium.googlecode.com/ git</developerConnection >
26
- <url >http ://selenium.googlecode. com/git </url >
24
+ <
connection >scm:git:
[email protected] :SeleniumHQ/selenium.git</
connection >
25
+ <
developerConnection >scm:git:
[email protected] :SeleniumHQ/selenium.git</
developerConnection >
26
+ <url >https ://github. com/SeleniumHQ/selenium/ </url >
27
27
</scm >
28
28
29
29
<developers >
90
90
<role >Committer</role >
91
91
</roles >
92
92
</developer >
93
+ <developer >
94
+ <id >barancev</id >
95
+ <name >Alexei Barantsev</name >
96
+ <roles >
97
+ <role >Committer</role >
98
+ </roles >
99
+ </developer >
93
100
<!-- A complete list can be found here: http://code.google.com/p/selenium/people/list -->
94
101
</developers >
95
102
127
134
<module >safari-driver</module >
128
135
<module >server</module >
129
136
<module >support</module >
130
- <module >htmlunit-driver</module >
131
137
<module >leg-rc</module >
132
138
</modules >
133
139
204
210
<version >6.9.9</version >
205
211
</dependency >
206
212
<dependency >
207
- <groupId >org.webbitserver </groupId >
208
- <artifactId >webbit </artifactId >
209
- <version >0.4.14 </version >
213
+ <groupId >io.netty </groupId >
214
+ <artifactId >netty </artifactId >
215
+ <version >3.5.7.Final </version >
210
216
</dependency >
211
217
</dependencies >
212
218
</dependencyManagement >
Original file line number Diff line number Diff line change 18
18
<version >${project.version} </version >
19
19
</dependency >
20
20
<dependency >
21
- <groupId >org.webbitserver </groupId >
22
- <artifactId >webbit </artifactId >
21
+ <groupId >io.netty </groupId >
22
+ <artifactId >netty </artifactId >
23
23
</dependency >
24
24
</dependencies >
25
25
You can’t perform that action at this time.
0 commit comments