Skip to content

Commit

Permalink
update junit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
uds5501 committed Oct 21, 2024
1 parent b1f19a3 commit c500933
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
org.slf4j/slf4j-log4j12
com.fasterxml.jackson.core/jackson-databind
com.fasterxml.jackson.core/jackson-annotations]]
[org.apache.kafka/kafka-clients "3.7.0" :classifier "test" :exclusions [org.slf4j/slf4j-api]]
[org.apache.kafka/kafka-streams "3.7.0" :classifier "test" :exclusions [org.slf4j/slf4j-api]]
[org.clojure/clojure "1.10.3"]
[org.clojure/tools.logging "1.1.0"]
[nrepl/nrepl "0.8.3"]
Expand Down Expand Up @@ -78,7 +76,7 @@
:test {:java-source-paths ["src/com" "test/com"]
:jvm-opts ["-Dlogback.configurationFile=resources/logback.test.xml"]
:dependencies [[com.google.protobuf/protobuf-java "3.17.0"]
[junit/junit "4.13.2"]
[org.junit.jupiter/junit-jupiter-api "5.0.3"]
[org.hamcrest/hamcrest-core "2.2"]
[org.apache.kafka/kafka-streams "3.7.0" :classifier "test" :exclusions [log4j
org.lz4/lz4-java
Expand Down

0 comments on commit c500933

Please sign in to comment.