ajustes nas bibliotecas
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/GeneradorBoletosCNAB/trunk@76221 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
7055b75a36
commit
2dc759d362
122
pom.xml
122
pom.xml
|
@ -1,11 +1,11 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>GeneradorBoletosCNAB</artifactId>
|
<artifactId>GeneradorBoletosCNAB</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<sourceDirectory>src</sourceDirectory>
|
<sourceDirectory>src</sourceDirectory>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
|
@ -25,71 +25,57 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>single</goal>
|
<goal>single</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<descriptorRefs>
|
<descriptorRefs>
|
||||||
<descriptorRef>jar-with-dependencies</descriptorRef>
|
<descriptorRef>jar-with-dependencies</descriptorRef>
|
||||||
</descriptorRefs>
|
</descriptorRefs>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
<finalName>${project.artifactId}</finalName>
|
<finalName>${project.artifactId}</finalName>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.logging.log4j</groupId>
|
<groupId>log4j</groupId>
|
||||||
<artifactId>log4j-api</artifactId>
|
<artifactId>log4j</artifactId>
|
||||||
<version>2.9.0</version>
|
<version>1.2.12</version>
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.logging.log4j</groupId>
|
|
||||||
<artifactId>log4j-core</artifactId>
|
|
||||||
<version>2.9.0</version>
|
|
||||||
</dependency>
|
|
||||||
<!-- <dependency>
|
|
||||||
<groupId>org.slf4j</groupId>
|
|
||||||
<artifactId>slf4j-log4j12</artifactId>
|
|
||||||
<version>1.6.1</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.commons</groupId>
|
<dependency>
|
||||||
<artifactId>commons-lang3</artifactId>
|
<groupId>commons-lang</groupId>
|
||||||
<version>3.6</version>
|
<artifactId>commons-lang</artifactId>
|
||||||
</dependency> -->
|
<version>2.0</version>
|
||||||
<dependency>
|
</dependency>
|
||||||
<groupId>commons-lang</groupId>
|
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
|
||||||
<artifactId>commons-lang</artifactId>
|
<dependency>
|
||||||
<version>2.4</version>
|
<groupId>commons-io</groupId>
|
||||||
</dependency>
|
<artifactId>commons-io</artifactId>
|
||||||
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
|
<version>1.4</version>
|
||||||
<dependency>
|
</dependency>
|
||||||
<groupId>commons-io</groupId>
|
<dependency>
|
||||||
<artifactId>commons-io</artifactId>
|
<groupId>com.itextpdf</groupId>
|
||||||
<version>1.4</version>
|
<artifactId>itextpdf</artifactId>
|
||||||
</dependency>
|
<version>5.0.6</version>
|
||||||
<dependency>
|
</dependency>
|
||||||
<groupId>com.itextpdf</groupId>
|
<dependency>
|
||||||
<artifactId>itextpdf</artifactId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<version>5.0.6</version>
|
<artifactId>JRimum-Bopepo</artifactId>
|
||||||
</dependency>
|
<version>0.2.3</version>
|
||||||
<dependency>
|
</dependency>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<dependency>
|
||||||
<artifactId>JRimum-Bopepo</artifactId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<version>0.2.3</version>
|
<artifactId>JRimum-Texgit</artifactId>
|
||||||
</dependency>
|
<version>0.2.0</version>
|
||||||
<dependency>
|
</dependency>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
</dependencies>
|
||||||
<artifactId>JRimum-Texgit</artifactId>
|
|
||||||
<version>0.2.0</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue