bug#15923
dev:Alberto qua: Melhorias em configuração de projetos adm git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/GeneradorBoletosCNAB/trunk@97922 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
5084949bf6
commit
4f38cc12e8
27
pom.xml
27
pom.xml
|
@ -25,33 +25,11 @@
|
||||||
<encoding>Cp1252</encoding>
|
<encoding>Cp1252</encoding>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- <plugin> -->
|
|
||||||
<!-- <artifactId>maven-assembly-plugin</artifactId> -->
|
|
||||||
<!-- <executions> -->
|
|
||||||
<!-- <execution> -->
|
|
||||||
<!-- <phase>package</phase> -->
|
|
||||||
<!-- <goals> -->
|
|
||||||
<!-- <goal>single</goal> -->
|
|
||||||
<!-- </goals> -->
|
|
||||||
<!-- </execution> -->
|
|
||||||
<!-- </executions> -->
|
|
||||||
<!-- <configuration> -->
|
|
||||||
<!-- <descriptorRefs> -->
|
|
||||||
<!-- <descriptorRef>jar-with-dependencies</descriptorRef> -->
|
|
||||||
<!-- </descriptorRefs> -->
|
|
||||||
<!-- </configuration> -->
|
|
||||||
<!-- </plugin> -->
|
|
||||||
</plugins>
|
</plugins>
|
||||||
<finalName>${project.artifactId}</finalName>
|
<finalName>${project.artifactId}</finalName>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
|
||||||
<groupId>log4j</groupId>
|
|
||||||
<artifactId>log4j</artifactId>
|
|
||||||
<version>1.2.12</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-lang</groupId>
|
<groupId>commons-lang</groupId>
|
||||||
<artifactId>commons-lang</artifactId>
|
<artifactId>commons-lang</artifactId>
|
||||||
|
@ -64,11 +42,6 @@
|
||||||
<version>1.4</version>
|
<version>1.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
|
||||||
<artifactId>JRimum-Bopepo</artifactId>
|
|
||||||
<version>0.2.3</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>JRimum-Texgit</artifactId>
|
<artifactId>JRimum-Texgit</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue