|
|
@@ -26,6 +26,7 @@
|
|
|
<axis.version>1.4</axis.version>
|
|
|
<commons.discovery.version>0.2</commons.discovery.version>
|
|
|
<barcode4j.version>2.1</barcode4j.version>
|
|
|
+ <barbecue.version>1.5-beta1</barbecue.version>
|
|
|
<batik.bridge.version>1.8</batik.bridge.version>
|
|
|
<xmlgraphics.version>2.1</xmlgraphics.version>
|
|
|
<mail.version>1.4.7</mail.version>
|
|
|
@@ -184,6 +185,11 @@
|
|
|
<artifactId>barcode4j</artifactId>
|
|
|
<version>${barcode4j.version}</version>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>net.sourceforge.barbecue</groupId>
|
|
|
+ <artifactId>barbecue</artifactId>
|
|
|
+ <version>${barbecue.version}</version>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.xmlgraphics</groupId>
|
|
|
<artifactId>batik-bridge</artifactId>
|