Guest User

Untitled

a guest
May 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <dependency>
  2. <groupId>com.google.code.gson</groupId>
  3. <artifactId>gson</artifactId>
  4. <version>2.8.1</version>
  5. </dependency>
  6.  
  7. Overriding managed version 2.8.1 for gson
  8.  
  9. The managed version is 2.8.1 The artifact is managed in org.springframework.boot:spring-boot-dependencies:1.5.7.RELEASE
  10.  
  11. <exclusions>
  12. <exclusion>
  13. <groupId>com.google.code.gson</groupId>
  14. <artifactId>gson</artifactId>
  15. </exclusion>
  16. </exclusions>
Add Comment
Please, Sign In to add comment