Skip to content

Commit

Permalink
Relocate Guava (#787)
Browse files Browse the repository at this point in the history
* fix build script

* update changelog
  • Loading branch information
dhaval24 committed Dec 17, 2018
1 parent 32361a7 commit d898b43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG

# Version 2.3.0
- Introducing Application Insights SpringBoot Starter 1.1.1 (GA VERSION).
- Fix [#784](https://github.com/Microsoft/ApplicationInsights-Java/issues/784) Shade guava dependency.
- [#716](https://github.com/Microsoft/ApplicationInsights-Java/issues/716) Introduced W3C Distributed tracing protocol.

# Version 2.2.1
Expand Down
1 change: 1 addition & 0 deletions web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ shadowJar {
classifier=''
relocate 'org.apache.http', 'com.microsoft.applicationinsights.web.dependencies.http'
relocate 'org.apache.commons', 'com.microsoft.applicationinsights.web.dependencies.apachecommons'
relocate 'com.google', "com.microsoft.applicationinsights.web.dependencies.google"
}

jar {
Expand Down

0 comments on commit d898b43

Please sign in to comment.