diff --git a/build.gradle b/build.gradle index 1ad596939..ca55f555f 100644 --- a/build.gradle +++ b/build.gradle @@ -26,6 +26,9 @@ repositories { maven { url = "https://packages.jetbrains.team/maven/p/ij/intellij-dependencies" } + maven { + url = file('src/test/resources/deps') + } mavenLocal() // TODO remove once Liberty LS is publicly available } @@ -73,7 +76,8 @@ dependencies { testImplementation 'com.squareup.okhttp3:logging-interceptor:4.10.0' // Test: Video Recording. - testImplementation 'com.automation-remarks:video-recorder-junit5:2.0' + testImplementation 'com.automation-remarks:video-recorder-junit5:2.1' + testImplementation 'com.automation-remarks:video-recorder-core:2.1' lsp('org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls:0.6.0:uber') { transitive = false diff --git a/src/test/resources/deps/com/automation-remarks/video-recorder-core/2.1/video-recorder-core-2.1.jar b/src/test/resources/deps/com/automation-remarks/video-recorder-core/2.1/video-recorder-core-2.1.jar new file mode 100644 index 000000000..52f7b88c7 Binary files /dev/null and b/src/test/resources/deps/com/automation-remarks/video-recorder-core/2.1/video-recorder-core-2.1.jar differ diff --git a/src/test/resources/deps/com/automation-remarks/video-recorder-core/2.1/video-recorder-core-2.1.pom b/src/test/resources/deps/com/automation-remarks/video-recorder-core/2.1/video-recorder-core-2.1.pom new file mode 100644 index 000000000..732c6d6ea --- /dev/null +++ b/src/test/resources/deps/com/automation-remarks/video-recorder-core/2.1/video-recorder-core-2.1.pom @@ -0,0 +1,97 @@ + + + 4.0.0 + com.automation-remarks + video-recorder-core + 2.1 + com.automation.remarks.video-recorder + Video Recorder is a library that allows to record selenium tests + https://github.com/SergeyPirogov/VideoRecorder + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + SerhiiP + Sergey Pirogov + + + + scm:git@github.com:SergeyPirogov/VideoRecorder.git + scm:git@github.com:SergeyPirogov/VideoRecorder.git + scm:git@github.com:SergeyPirogov/VideoRecorder.git + + + + org.aeonbits.owner + owner-java8 + 1.0.12 + compile + + + org.apache.commons + commons-lang3 + 3.12.0 + compile + + + org.zeroturnaround + zt-exec + 1.12 + compile + + + org.awaitility + awaitility + 4.1.1 + compile + + + org.apache.logging.log4j + log4j-core + 2.20.0 + compile + + + org.apache.logging.log4j + log4j-api + 2.20.0 + compile + + + org.hamcrest + hamcrest-all + 1.3 + test + + + commons-io + commons-io + 2.11.0 + test + + + junit + junit + 4.13.2 + test + + + org.spockframework + spock-core + 1.3-groovy-2.5 + test + + + org.codehaus.groovy + groovy-all + 2.5.15 + test + + + diff --git a/src/test/resources/deps/com/automation-remarks/video-recorder-junit5/2.1/video-recorder-junit5-2.1.jar b/src/test/resources/deps/com/automation-remarks/video-recorder-junit5/2.1/video-recorder-junit5-2.1.jar new file mode 100644 index 000000000..cac4b4797 Binary files /dev/null and b/src/test/resources/deps/com/automation-remarks/video-recorder-junit5/2.1/video-recorder-junit5-2.1.jar differ diff --git a/src/test/resources/deps/com/automation-remarks/video-recorder-junit5/2.1/video-recorder-junit5-2.1.pom b/src/test/resources/deps/com/automation-remarks/video-recorder-junit5/2.1/video-recorder-junit5-2.1.pom new file mode 100644 index 000000000..d8bce4e12 --- /dev/null +++ b/src/test/resources/deps/com/automation-remarks/video-recorder-junit5/2.1/video-recorder-junit5-2.1.pom @@ -0,0 +1,73 @@ + + + 4.0.0 + com.automation-remarks + video-recorder-junit5 + 2.1 + com.automation.remarks.video-recorder + Video Recorder is a library that allows to record selenium tests + https://github.com/SergeyPirogov/VideoRecorder + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + SerhiiP + Sergey Pirogov + + + + scm:git@github.com:SergeyPirogov/VideoRecorder.git + scm:git@github.com:SergeyPirogov/VideoRecorder.git + scm:git@github.com:SergeyPirogov/VideoRecorder.git + + + + com.automation-remarks + video-recorder-core + 2.1 + compile + + + org.junit.jupiter + junit-jupiter-api + 5.8.2 + compile + + + org.hamcrest + hamcrest-all + 1.3 + test + + + commons-io + commons-io + 2.11.0 + test + + + org.mockito + mockito-core + 4.2.0 + test + + + * + * + + + + + net.bytebuddy + byte-buddy + 1.12.6 + test + + +