|
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | <groupId>br.com.swconsultoria</groupId> |
4 | 4 | <artifactId>java-nfe</artifactId> |
5 | | - <version>4.00.40-${versao}-SNAPSHOT</version> |
| 5 | + <version>4.00.41-${versao}-SNAPSHOT</version> |
6 | 6 | <name>Java_NFe</name> |
7 | 7 | <description>Api java para consumo do webService de nota fiscal eletronica</description> |
8 | 8 | <url>https://github.com/Samuel-Oliveira/Java_NFe</url> |
|
40 | 40 | <jmockit.version>1.49</jmockit.version> |
41 | 41 | <junit-jupiter.version>5.13.3</junit-jupiter.version> |
42 | 42 | <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> |
43 | 46 | <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> |
44 | 47 | <central-publishing-maven-plugin.version>0.8.0</central-publishing-maven-plugin.version> |
45 | 48 | <maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version> |
|
179 | 182 | <version>${lombok.version}</version> |
180 | 183 | <scope>provided</scope> |
181 | 184 | </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> |
182 | 215 | </dependencies> |
183 | 216 |
|
184 | 217 | <build> |
|
0 commit comments