aboutsummaryrefslogtreecommitdiff
path: root/kamon-examples/kamon-annotation-example/scala/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-examples/kamon-annotation-example/scala/build.sbt')
-rw-r--r--kamon-examples/kamon-annotation-example/scala/build.sbt22
1 files changed, 0 insertions, 22 deletions
diff --git a/kamon-examples/kamon-annotation-example/scala/build.sbt b/kamon-examples/kamon-annotation-example/scala/build.sbt
deleted file mode 100644
index 2200ad6f..00000000
--- a/kamon-examples/kamon-annotation-example/scala/build.sbt
+++ /dev/null
@@ -1,22 +0,0 @@
-name := "spring-boot-kamon"
-
-version := "1.0"
-
-scalaVersion := "2.11.6"
-
-sbtVersion := "0.13.1"
-
-resolvers += "Kamon Repository Snapshots" at "http://snapshots.kamon.io"
-
-libraryDependencies ++= Seq(
- "org.springframework.boot" % "spring-boot-starter-web" % "1.2.3.RELEASE",
- "io.kamon" %% "kamon-core" % "0.5.2",
- "io.kamon" %% "kamon-annotation" % "0.5.2",
- "io.kamon" %% "kamon-log-reporter" % "0.5.2"
-)
-
-aspectjSettings
-
-fork in run := true
-
-javaOptions in run <++= AspectjKeys.weaverOptions in Aspectj