|
3 | 3 |
|
4 | 4 | <groupId>br.com.swconsultoria</groupId> |
5 | 5 | <artifactId>java-nfe</artifactId> |
6 | | - <version>4.00.40</version> |
| 6 | + <version>4.00.41</version> |
7 | 7 | <name>Java_NFe</name> |
8 | 8 | <description>Api java para consumo do webService de nota fiscal eletronica</description> |
9 | 9 | <url>https://github.com/Samuel-Oliveira/Java_NFe</url> |
|
41 | 41 | <jmockit.version>1.49</jmockit.version> |
42 | 42 | <junit-jupiter.version>5.13.3</junit-jupiter.version> |
43 | 43 | <lombok.version>1.18.38</lombok.version> |
| 44 | + <jasper.version>6.20.6</jasper.version> |
| 45 | + <barbecue.version>1.5-beta1</barbecue.version> |
| 46 | + <zxing.version>3.2.1</zxing.version> |
44 | 47 | <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> |
45 | 48 | <central-publishing-maven-plugin.version>0.8.0</central-publishing-maven-plugin.version> |
46 | 49 | <maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version> |
|
172 | 175 | <version>${lombok.version}</version> |
173 | 176 | <scope>provided</scope> |
174 | 177 | </dependency> |
| 178 | + <dependency> |
| 179 | + <groupId>net.sf.jasperreports</groupId> |
| 180 | + <artifactId>jasperreports</artifactId> |
| 181 | + <version>${jasper.version}</version> |
| 182 | + <scope>provided</scope> |
| 183 | + </dependency> |
| 184 | + <dependency> |
| 185 | + <groupId>net.sf.jasperreports</groupId> |
| 186 | + <artifactId>jasperreports-fonts</artifactId> |
| 187 | + <version>${jasper.version}</version> |
| 188 | + <scope>provided</scope> |
| 189 | + </dependency> |
| 190 | + <dependency> |
| 191 | + <groupId>net.sourceforge.barbecue</groupId> |
| 192 | + <artifactId>barbecue</artifactId> |
| 193 | + <version>${barbecue.version}</version> |
| 194 | + <scope>provided</scope> |
| 195 | + </dependency> |
| 196 | + <dependency> |
| 197 | + <groupId>com.google.zxing</groupId> |
| 198 | + <artifactId>core</artifactId> |
| 199 | + <version>${zxing.version}</version> |
| 200 | + <scope>provided</scope> |
| 201 | + </dependency> |
| 202 | + <dependency> |
| 203 | + <groupId>com.google.zxing</groupId> |
| 204 | + <artifactId>javase</artifactId> |
| 205 | + <version>${zxing.version}</version> |
| 206 | + <scope>provided</scope> |
| 207 | + </dependency> |
175 | 208 | </dependencies> |
176 | 209 |
|
177 | 210 | <build> |
|
0 commit comments