Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
chore: Remove unused dependency to gatling (#2361)
- Loading branch information
Showing
5 changed files
with
12 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
# ignore the following dependencies: | ||
# jodd -> hard to update and only used in DateUtilV1 | ||
# gatling-sbt -> doesn't find the gatling libraries anymore after bumping | ||
# sbt-scoverage -> version conflict in scala-xml | ||
|
||
updates.ignore = [ | ||
{ groupId = "org.jodd", artifactId = "jodd", version = "3.2.7" } | ||
{ groupId = "io.gatling", artifactId = "gatling-sbt", version = "2.2.2" } | ||
{ groupId = "org.scoverage", artifactId = "sbt-scoverage", version = "1.9.3" } | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 0 additions & 51 deletions
51
webapi/src/it/scala/org/knora/webapi/e2e/ExampleE2ESimSpec.scala
This file was deleted.
Oops, something went wrong.