Skip to content

Commit

Permalink
Merge 1d72ea1 into fc60c51
Browse files Browse the repository at this point in the history
  • Loading branch information
macalimlim committed May 27, 2021
2 parents fc60c51 + 1d72ea1 commit efcaad4
Show file tree
Hide file tree
Showing 19 changed files with 48 additions and 1,249 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[com.fasterxml.jackson.core/jackson-databind "2.9.9"]
[com.novemberain/langohr "5.1.0" :exclusions [org.clojure/clojure]]
[com.taoensso/nippy "2.14.0"]
[io.dropwizard.metrics5/metrics-core "5.0.0-rc2" :scope "compile"]
[io.dropwizard.metrics/metrics-core "4.2.0" :scope "compile"]
[medley "1.2.0" :exclusions [org.clojure/clojure]]
[mount "0.1.16"]
[io.jaegertracing/jaeger-core "1.0.0"]
Expand All @@ -34,6 +34,7 @@
[org.apache.logging.log4j/log4j-slf4j-impl "2.12.1"]
[org.clojure/clojure "1.10.0"]
[org.clojure/tools.logging "0.5.0"]
[org.coursera/metrics-datadog "1.1.14"]
[nrepl/nrepl "0.6.0"]
[clojusc/protobuf "3.5.1-v1.1"]
[org.flatland/protobuf "0.8.1"]
Expand All @@ -60,13 +61,12 @@
:sign-releases false}]]
:plugins [[lein-shell "0.5.0"]]
:pedantic? :warn
:java-source-paths ["src/com"]
:aliases {"code-coverage" ["with-profile" "test" "cloverage" "--output" "coverage" "--lcov"]}
:aot [ziggurat.kafka-consumer.invalid-return-type-exception]
:profiles {:uberjar {:aot :all
:global-vars {*warn-on-reflection* true}
:pedantic? :abort}
:test {:java-source-paths ["src/com" "test/com"]
:test {:java-source-paths ["test/com"]
:jvm-opts ["-Dlog4j.configurationFile=resources/log4j2.test.xml"]
:dependencies [[com.google.protobuf/protobuf-java "3.5.1"]
[junit/junit "4.12"]
Expand Down
18 changes: 0 additions & 18 deletions src/com/gojek/metrics/datadog/AwsHelper.java

This file was deleted.

0 comments on commit efcaad4

Please sign in to comment.