Guest User

Untitled

a guest
Nov 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <dependency>
  2. <groupId>net.sf.barcode4j</groupId>
  3. <artifactId>barcode4j</artifactId>
  4. <version>2.0</version>
  5. <exclusions>
  6. <exclusion>
  7. <groupId>jfree</groupId>
  8. <artifactId>jfreechart</artifactId>
  9. </exclusion>
  10. <exclusion>
  11. <groupId>org.codehaus.groovy</groupId>
  12. <artifactId>groovy-all</artifactId>
  13. </exclusion>
  14. </exclusions>
  15. </dependency>
Add Comment
Please, Sign In to add comment