Commit 6168a03c59501b5294cec6720a90cf113269666f

Authored by Carlos Alberto
1 parent aa50e1e4
Exists in master

Adequação de bibliotecas pentaho

Showing 1 changed file with 72 additions and 55 deletions   Show diff stats
@@ -381,61 +381,78 @@ @@ -381,61 +381,78 @@
381 <artifactId>json</artifactId> 381 <artifactId>json</artifactId>
382 <version>20140107</version> 382 <version>20140107</version>
383 </dependency> 383 </dependency>
384 - <dependency>  
385 - <groupId>pentaho-reporting-engine</groupId>  
386 - <artifactId>pentaho-reporting-engine-classic-core</artifactId>  
387 - <version>5.0.5</version>  
388 - </dependency>  
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>  
395 - <groupId>pentaho-library</groupId>  
396 - <artifactId>libloader</artifactId>  
397 - <version>5.0.5</version>  
398 - </dependency>  
399 - <dependency>  
400 - <groupId>pentaho-library</groupId>  
401 - <artifactId>libbase</artifactId>  
402 - <version>5.0.5</version>  
403 - </dependency>  
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> 384 +
  385 + <dependency>
  386 + <groupId>pentaho-reporting-engine</groupId>
  387 + <artifactId>pentaho-reporting-engine-classic-core</artifactId>
  388 + <version>3.8.2-GA</version>
  389 + </dependency>
  390 + <dependency>
  391 + <groupId>pentaho-reporting-engine</groupId>
  392 + <artifactId>pentaho-reporting-engine-classic-extensions</artifactId>
  393 + <version>3.8.2-GA</version>
  394 + </dependency>
  395 + <dependency>
  396 + <groupId>pentaho-library</groupId>
  397 + <artifactId>libbase</artifactId>
  398 + <version>1.2.2</version>
  399 + </dependency>
  400 + <dependency>
  401 + <groupId>pentaho-library</groupId>
  402 + <artifactId>libdocbundle</artifactId>
  403 + <version>1.2.3</version>
  404 + </dependency>
  405 + <dependency>
  406 + <groupId>pentaho-library</groupId>
  407 + <artifactId>libfonts</artifactId>
  408 + <version>1.2.3</version>
  409 + </dependency>
  410 + <dependency>
  411 + <groupId>pentaho-library</groupId>
  412 + <artifactId>libformat</artifactId>
  413 + <version>1.2.4</version>
  414 + </dependency>
  415 + <dependency>
  416 + <groupId>pentaho-library</groupId>
  417 + <artifactId>libformula</artifactId>
  418 + <version>1.2.3</version>
  419 + </dependency>
  420 + <dependency>
  421 + <groupId>pentaho-library</groupId>
  422 + <artifactId>libloader</artifactId>
  423 + <version>1.2.3</version>
  424 + </dependency>
  425 + <dependency>
  426 + <groupId>pentaho-library</groupId>
  427 + <artifactId>librepository</artifactId>
  428 + <version>1.2.3</version>
  429 + </dependency>
  430 + <dependency>
  431 + <groupId>pentaho-library</groupId>
  432 + <artifactId>libserializer</artifactId>
  433 + <version>1.2.2</version>
  434 + </dependency>
  435 + <dependency>
  436 + <groupId>pentaho-library</groupId>
  437 + <artifactId>libxml</artifactId>
  438 + <version>1.2.2</version>
  439 + </dependency>
  440 + <dependency>
  441 + <groupId>pentaho-library</groupId>
  442 + <artifactId>libswing</artifactId>
  443 + <version>1.2.4</version>
  444 + </dependency>
  445 + <dependency>
  446 + <groupId>com.lowagie</groupId>
  447 + <artifactId>itext</artifactId>
  448 + <version>2.1.7</version>
  449 + </dependency>
  450 + <dependency>
  451 + <groupId>com.lowagie</groupId>
  452 + <artifactId>itext-rtf</artifactId>
  453 + <version>2.1.7</version>
  454 + </dependency>
  455 +
439 <dependency> 456 <dependency>
440 <groupId>org.apache.poi</groupId> 457 <groupId>org.apache.poi</groupId>
441 <artifactId>poi</artifactId> 458 <artifactId>poi</artifactId>