Advertisement
ravana

Untitled

Jun 16th, 2011
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <dependency>
  2. <groupId>commons-cli</groupId>
  3. <artifactId>commons-cli</artifactId>
  4. <exclusions>
  5. <exclusion>
  6. <artifactId>commons-lang</artifactId>
  7. <groupId>commons-lang</groupId>
  8. </exclusion>
  9. <exclusion>
  10. <artifactId>commons-logging</artifactId>
  11. <groupId>commons-logging</groupId>
  12. </exclusion>
  13. </exclusions>
  14. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement