ajustes de projeto para build
parent
382f88e1be
commit
047be7d3fa
2
clone.sh
2
clone.sh
|
@ -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 ..
|
||||
|
|
|
@ -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 ..
|
63
pom.xml
63
pom.xml
|
@ -95,78 +95,33 @@
|
|||
<dependency>
|
||||
<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>
|
||||
<version>1.0.0</version>
|
||||
</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>
|
||||
<version>1.0.0</version>
|
||||
</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>
|
||||
<version>1.0.0</version>
|
||||
</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>
|
||||
|
|
Loading…
Reference in New Issue