Commit aa50e1e4c958cd94ab5eac9db222baed522d8758
1 parent
6c168ee4
Exists in
master
Inclusão de dependências pentaho
Showing
1 changed file
with
41 additions
and
1 deletions
Show diff stats
pom.xml
| ... | ... | @@ -387,9 +387,14 @@ |
| 387 | 387 | <version>5.0.5</version> |
| 388 | 388 | </dependency> |
| 389 | 389 | <dependency> |
| 390 | + <groupId>pentaho-reporting-engine</groupId> | |
| 391 | + <artifactId>pentaho-reporting-engine-classic-extensions</artifactId> | |
| 392 | + <version>5.0.5</version> | |
| 393 | + </dependency> | |
| 394 | + <dependency> | |
| 390 | 395 | <groupId>pentaho-library</groupId> |
| 391 | 396 | <artifactId>libloader</artifactId> |
| 392 | - <version>5.0.2</version> | |
| 397 | + <version>5.0.5</version> | |
| 393 | 398 | </dependency> |
| 394 | 399 | <dependency> |
| 395 | 400 | <groupId>pentaho-library</groupId> |
| ... | ... | @@ -397,6 +402,41 @@ |
| 397 | 402 | <version>5.0.5</version> |
| 398 | 403 | </dependency> |
| 399 | 404 | <dependency> |
| 405 | + <groupId>pentaho-library</groupId> | |
| 406 | + <artifactId>libserializer</artifactId> | |
| 407 | + <version>5.0.5</version> | |
| 408 | + </dependency> | |
| 409 | + <dependency> | |
| 410 | + <groupId>pentaho-library</groupId> | |
| 411 | + <artifactId>libformula</artifactId> | |
| 412 | + <version>5.0.5</version> | |
| 413 | + </dependency> | |
| 414 | + <dependency> | |
| 415 | + <groupId>pentaho-library</groupId> | |
| 416 | + <artifactId>libfonts</artifactId> | |
| 417 | + <version>5.0.5</version> | |
| 418 | + </dependency> | |
| 419 | + <dependency> | |
| 420 | + <groupId>pentaho-library</groupId> | |
| 421 | + <artifactId>libformat</artifactId> | |
| 422 | + <version>5.0.5</version> | |
| 423 | + </dependency> | |
| 424 | + <dependency> | |
| 425 | + <groupId>pentaho-library</groupId> | |
| 426 | + <artifactId>libdocbundle</artifactId> | |
| 427 | + <version>5.0.5</version> | |
| 428 | + </dependency> | |
| 429 | + <dependency> | |
| 430 | + <groupId>pentaho-library</groupId> | |
| 431 | + <artifactId>libxml</artifactId> | |
| 432 | + <version>5.0.5</version> | |
| 433 | + </dependency> | |
| 434 | + <dependency> | |
| 435 | + <groupId>pentaho-library</groupId> | |
| 436 | + <artifactId>librepository</artifactId> | |
| 437 | + <version>5.0.5</version> | |
| 438 | + </dependency> | |
| 439 | + <dependency> | |
| 400 | 440 | <groupId>org.apache.poi</groupId> |
| 401 | 441 | <artifactId>poi</artifactId> |
| 402 | 442 | <version>3.11</version> | ... | ... |