Skip to content

Commit

Permalink
Removed old "report" from project
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Reiche committed Oct 28, 2021
1 parent 0e0c713 commit b3818cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ext {
driver_ui_desktop = project(':driver-ui-desktop')
image_processing = project(':image-processing')
core = project(':core')
report = project(':report')
report = project(':report-ng')

seleniumVersion = '3.141.59'
guavaVersion = "28.1-jre"
Expand Down
3 changes: 1 addition & 2 deletions integration-tests/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
dependencies {
api driver_ui_desktop
testImplementation project(':report-ng')
testImplementation project(':report')
testImplementation report

// <XML>
implementation 'org.xmlunit:xmlunit-core:2.5.0'
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ include 'image-processing'
include 'docs'
include 'bup'
include 'report-model'
include 'report'
include 'report-ng'
include 'report-ng:app'

0 comments on commit b3818cb

Please sign in to comment.