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

Commit

Permalink
Update a section "Creating a jar file".
Browse files Browse the repository at this point in the history
  • Loading branch information
mnogu committed Feb 7, 2015
1 parent 601bc34 commit 6a87ac9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ change the following line in [`build.sbt`](build.sbt):
"io.gatling" % "gatling-core" % "2.1.3" % "provided",
```

and run `sbt assembly`.

If you don't want to include kafka-clients library to the jar file,
change a line on kafka-clients in [`build.sbt`](build.sbt) from

Expand All @@ -39,7 +41,7 @@ to
("org.apache.kafka" % "kafka-clients" % "0.8.2.0" % "provided")
```

before running `sbt assembly`.
and run `sbt assembly`.

Note that Apache Kafka 0.8.1.1 or below doesn't contain kafka-clients library.

Expand Down

0 comments on commit 6a87ac9

Please sign in to comment.