Skip to content

Commit

Permalink
Tidy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Oct 29, 2023
1 parent 1d5fce3 commit 10f95a7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions plugin-infra/go-plugin-access/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
* limitations under the License.
*/

plugins {
id 'groovy'
}

description = 'APIs to allow GoCD to communicate with GoCD Plugins'

dependencies {
Expand All @@ -38,11 +34,12 @@ dependencies {
implementation project.deps.springContext
compileOnly project.deps.jetBrainsAnnotations

testImplementation localGroovy()
testImplementation project.deps.jsonUnit
testImplementation project(path: ':test:test-utils', configuration: 'runtimeElements')
testImplementation project(path: ':domain', configuration: 'testOutput')
testImplementation project.deps.junit5Api
testImplementation project.deps.mockitoCore
testImplementation project.deps.mockitoJunit5
testRuntimeOnly project.deps.junit5Engine
testImplementation project.deps.assertJ
}

0 comments on commit 10f95a7

Please sign in to comment.