barcode4j-light-2.0.pom 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0"?>
  2. <project>
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>net.sf.barcode4j</groupId>
  5. <artifactId>barcode4j-light</artifactId>
  6. <name>Barcode4J Light</name>
  7. <version>2.0</version>
  8. <url>http://barcode4j.sourceforge.net/</url>
  9. <description>
  10. Barcode4J is a flexible generator for barcodes written in Java.
  11. This library contains only the core functionality.
  12. </description>
  13. <licenses>
  14. <license>
  15. <name>ASF 2.0</name>
  16. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  17. <distribution>repo</distribution>
  18. </license>
  19. </licenses>
  20. <scm>
  21. <url>http://barcode4j.cvs.sourceforge.net/barcode4j</url>
  22. </scm>
  23. <dependencies>
  24. <dependency>
  25. <groupId>jdom</groupId>
  26. <artifactId>jdom</artifactId>
  27. <version>1.0</version>
  28. <optional>true</optional>
  29. </dependency>
  30. <dependency>
  31. <groupId>xalan</groupId>
  32. <artifactId>xalan</artifactId>
  33. <version>2.7.0</version>
  34. <optional>true</optional>
  35. </dependency>
  36. <dependency>
  37. <groupId>xerces</groupId>
  38. <artifactId>xercesImpl</artifactId>
  39. <version>2.9.0</version>
  40. <optional>true</optional>
  41. </dependency>
  42. <dependency>
  43. <groupId>xml-apis</groupId>
  44. <artifactId>xml-apis</artifactId>
  45. <version>1.3.04</version>
  46. </dependency>
  47. </dependencies>
  48. </project>