Skip to content

Commit

Permalink
Downgrade applicationinsights. Fixes #3561
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusDietz committed Dec 22, 2017
1 parent 2f637cd commit 0085bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ dependencies {

compile 'com.github.tomtung:latex2unicode_2.12:0.2.2'

compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.0.0-BETA'
compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.0.0-BETA'
compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '1.0.9'
compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '1.0.9'

testCompile 'junit:junit:4.12'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.1.0-M1'
Expand Down

0 comments on commit 0085bf2

Please sign in to comment.