ajustes de projeto para build

master
fabiorj 2021-12-10 12:27:34 -03:00
parent 382f88e1be
commit 047be7d3fa
3 changed files with 13 additions and 54 deletions

View File

@ -5,6 +5,7 @@ git clone http://18.235.188.113:3000/rjconsultores/generadorBoletosCNAB.git
git clone http://18.235.188.113:3000/rjconsultores/integracaoReceitaDespesa.git
git clone http://18.235.188.113:3000/rjconsultores/modelWeb.git
git clone http://18.235.188.113:3000/rjconsultores/wsag.git
git clone http://18.235.188.113:3000/rjconsultores/flyway.git
git clone http://18.235.188.113:3000/rjconsultores/wsTotvs.git
cd ventaBoletosAdm && git checkout dev && cd ..
@ -12,4 +13,5 @@ cd Auditador && git checkout dev && cd ..
cd generadorBoletosCNAB && git checkout dev && cd ..
cd modelWeb && git checkout dev && cd ..
cd wsag && git checkout dev && cd ..
cd flyway && git checkout dev && cd ..
cd wsTotvs && git checkout dev && cd ..

View File

@ -5,6 +5,7 @@ git clone http://18.235.188.113:3000/rjconsultores/generadorBoletosCNAB.git
git clone http://18.235.188.113:3000/rjconsultores/integracaoReceitaDespesa.git
git clone http://18.235.188.113:3000/rjconsultores/modelWeb.git
git clone http://18.235.188.113:3000/rjconsultores/wsag.git
git clone http://18.235.188.113:3000/rjconsultores/flyway.git
git clone http://18.235.188.113:3000/rjconsultores/wsTotvs.git
cd ventaBoletosAdm && git checkout dev && cd ..
@ -12,4 +13,5 @@ cd Auditador && git checkout dev && cd ..
cd generadorBoletosCNAB && git checkout dev && cd ..
cd modelWeb && git checkout dev && cd ..
cd wsag && git checkout dev && cd ..
cd flyway && git checkout dev && cd ..
cd wsTotvs && git checkout dev && cd ..

57
pom.xml
View File

@ -96,77 +96,32 @@
<groupId>br.com.rjconsultores</groupId>
<artifactId>modelWeb</artifactId>
<version>1.0.0</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
</exclusion>
<exclusion>
<groupId>jdbc</groupId>
<artifactId>jdbc-stdext</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>br.com.rjconsultores</groupId>
<artifactId>IntegracaoReceitaDespesa</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>br.com.rjconsultores</groupId>
<artifactId>WSTotvs</artifactId>
<version>1.0.0</version>
<exclusions>
<exclusion>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
</exclusion>
<exclusion>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.tycho</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>br.com.rjconsultores</groupId>
<artifactId>WSAG</artifactId>
<version>1.0.0</version>
<exclusions>
<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>br.com.rjconsultores</groupId>
<artifactId>Flyway</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>br.com.rjconsultores</groupId>
<artifactId>GeneradorBoletosCNAB</artifactId>