Skip to content

Commit 12bc79b

Browse files
author
Carter Hollman
committed
Resolving review issues
1 parent 0cfd762 commit 12bc79b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ext {
3030
}
3131

3232
dependencies {
33+
implementation 'org.seleniumhq.selenium:selenium-java:4.25.0'
3334
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
3435
implementation 'org.springframework.boot:spring-boot-starter-web'
3536
developmentOnly 'org.springframework.boot:spring-boot-docker-compose'

src/main/search/handleSearch.java renamed to src/main/java/org/codedevils/scraper/cd_scraper/search/handleSearch.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
package org.codedevils.scraper.cd_scraper.search;
2+
13
import org.openqa.selenium.By;
24
import org.openqa.selenium.WebElement;
35
import org.openqa.selenium.WebDriver;

0 commit comments

Comments
 (0)