Skip to content

Commit

Permalink
Remove Azure Application Insights.
Browse files Browse the repository at this point in the history
  • Loading branch information
Asgeir Nilsen committed Dec 14, 2018
1 parent a64b4a7 commit 3e575f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ dependencies {
compile('no.fint:fint-event-model:3.0.0')
compile('no.fint:fint-springfox-extension:0.0.1')
compile('no.fint:fint-spring-secrets:0.1.0')
compile('no.fint:fint-hazelcast:1.2.0-alpha-1')

compile('org.projectlombok:lombok:1.18.2')
compile("com.github.springfox.loader:springfox-loader:${springfoxLoaderVersion}")
Expand All @@ -67,8 +66,6 @@ dependencies {

compile('org.springframework.boot:spring-boot-starter-web')
runtime('org.springframework.boot:spring-boot-starter-actuator')
runtime('com.microsoft.azure:applicationinsights-spring-boot-starter:1.1.0-BETA')
runtime('com.microsoft.azure:applicationinsights-logging-logback:2.2.0')

testCompile('no.fint:fint-test-utils:0.0.4')
testCompile("cglib:cglib-nodep:${cglibVersion}")
Expand Down
8 changes: 0 additions & 8 deletions src/main/resources/logback-spring.xml

This file was deleted.

0 comments on commit 3e575f9

Please sign in to comment.