Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
removed wrong dependencies in build.sbt and plugins.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Barzè committed Feb 15, 2017
1 parent 7a0a978 commit 5ff9419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
7 changes: 0 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,8 @@ version := "0.1.2-SNAPSHOT"

scalaVersion := "2.11.8"

enablePlugins(GatlingPlugin)

val gatlingVersion = "2.2.3"

libraryDependencies ++= Seq(
"io.gatling" % "gatling-core" % "2.2.3" % "provided",
"io.gatling" % "gatling-test-framework" % gatlingVersion % "test",
"io.gatling.highcharts" % "gatling-charts-highcharts" % gatlingVersion % "test",

("org.apache.kafka" % "kafka-clients" % "0.10.1.1")
// Gatling contains slf4j-api
.exclude("org.slf4j", "slf4j-api")
Expand Down
6 changes: 2 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
logLevel := Level.Info
logLevel := Level.Warn

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.0")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

addSbtPlugin("io.gatling" % "gatling-sbt" % "2.2.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

0 comments on commit 5ff9419

Please sign in to comment.