Skip to content

Commit

Permalink
Merge branch 'fix/opencv-deps' into fix/method-context
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Nov 6, 2024
2 parents d493e0f + b448e3a commit 5133e6b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions driver-ui/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
def opencv = [
//'org.bytedeco.javacpp-presets:opencv:2.4.9-0.9',
'org.bytedeco.javacpp-presets:opencv:2.4.9-0.9:windows-x86',
'org.bytedeco.javacpp-presets:opencv:2.4.9-0.9:windows-x86_64',
'org.bytedeco.javacpp-presets:opencv:2.4.9-0.9:linux-x86',
'org.bytedeco.javacpp-presets:opencv:2.4.9-0.9:linux-x86_64',
'nu.pattern:opencv:2.4.9-7',
//'org.javatuples:javatuples:1.2'
]

dependencies {
api core

// <LayoutCheck AnnotationContainer, JSUtils>
implementation 'com.google.code.gson:gson:2.8.6'
// </LayoutCheck AnnotationContainer, JSUtils>

// <UITestUtils>
// <DesktopWebDriverUtils>
implementation opencv
api 'org.sikuli:sikuli-api:1.2.0'
// </UITestUtils>
// </DesktopWebDriverUtils>

implementation 'commons-collections:commons-collections:3.2.2'
implementation 'org.reflections:reflections:0.9.12'
Expand Down

0 comments on commit 5133e6b

Please sign in to comment.