Skip to content

Commit

Permalink
Remove spring-context from the test dependencies (#978)
Browse files Browse the repository at this point in the history
## Motivation

No need to keep a dependency that is no longer used and is updated regularly for nothing by dependabot.

## Modifications

* Remove spring-context from the test dependencies
  • Loading branch information
essobedo authored Jan 9, 2024
1 parent 3dfc37d commit 280390e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion camel-idea-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ dependencies {
testImplementation 'org.jboss.shrinkwrap:shrinkwrap-depchain:1.2.6'
testImplementation 'org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain:3.2.1'
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation 'org.springframework:spring-context:6.0.13'
testImplementation "org.apache.camel:camel-jsonpath:${camelVersion}"
}

Expand Down

0 comments on commit 280390e

Please sign in to comment.