Skip to content

Commit c02a9a7

Browse files
committed
ajusta bom base
1 parent 3a6c01f commit c02a9a7

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

pom-base.xml

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>br.com.swconsultoria</groupId>
44
<artifactId>java-nfe</artifactId>
5-
<version>4.00.40-${versao}-SNAPSHOT</version>
5+
<version>4.00.41-${versao}-SNAPSHOT</version>
66
<name>Java_NFe</name>
77
<description>Api java para consumo do webService de nota fiscal eletronica</description>
88
<url>https://github.com/Samuel-Oliveira/Java_NFe</url>
@@ -40,6 +40,9 @@
4040
<jmockit.version>1.49</jmockit.version>
4141
<junit-jupiter.version>5.13.3</junit-jupiter.version>
4242
<lombok.version>1.18.38</lombok.version>
43+
<jasper.version>6.20.6</jasper.version>
44+
<barbecue.version>1.5-beta1</barbecue.version>
45+
<zxing.version>3.2.1</zxing.version>
4346
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
4447
<central-publishing-maven-plugin.version>0.8.0</central-publishing-maven-plugin.version>
4548
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
@@ -179,6 +182,36 @@
179182
<version>${lombok.version}</version>
180183
<scope>provided</scope>
181184
</dependency>
185+
<dependency>
186+
<groupId>net.sf.jasperreports</groupId>
187+
<artifactId>jasperreports</artifactId>
188+
<version>${jasper.version}</version>
189+
<scope>provided</scope>
190+
</dependency>
191+
<dependency>
192+
<groupId>net.sf.jasperreports</groupId>
193+
<artifactId>jasperreports-fonts</artifactId>
194+
<version>${jasper.version}</version>
195+
<scope>provided</scope>
196+
</dependency>
197+
<dependency>
198+
<groupId>net.sourceforge.barbecue</groupId>
199+
<artifactId>barbecue</artifactId>
200+
<version>${barbecue.version}</version>
201+
<scope>provided</scope>
202+
</dependency>
203+
<dependency>
204+
<groupId>com.google.zxing</groupId>
205+
<artifactId>core</artifactId>
206+
<version>${zxing.version}</version>
207+
<scope>provided</scope>
208+
</dependency>
209+
<dependency>
210+
<groupId>com.google.zxing</groupId>
211+
<artifactId>javase</artifactId>
212+
<version>${zxing.version}</version>
213+
<scope>provided</scope>
214+
</dependency>
182215
</dependencies>
183216

184217
<build>

0 commit comments

Comments
 (0)