Conversão ADM para maven
bug#15923 dev:trevezani qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@98033 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
78f47d4d9f
commit
2acd48196c
36
pom.xml
36
pom.xml
|
@ -36,6 +36,10 @@
|
||||||
<groupId>stax</groupId>
|
<groupId>stax</groupId>
|
||||||
<artifactId>stax-api</artifactId>
|
<artifactId>stax-api</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>javax.xml.bind</groupId>
|
||||||
|
<artifactId>jaxb-api</artifactId>
|
||||||
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -56,12 +60,22 @@
|
||||||
<groupId>ant</groupId>
|
<groupId>ant</groupId>
|
||||||
<artifactId>ant</artifactId>
|
<artifactId>ant</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
<artifactId>org.eclipse.jdt.core</artifactId>
|
||||||
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>WSAG</artifactId>
|
<artifactId>WSAG</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>javax.xml.bind</groupId>
|
||||||
|
<artifactId>jaxb-api</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
|
@ -124,6 +138,11 @@
|
||||||
<artifactId>zkspring-security</artifactId>
|
<artifactId>zkspring-security</artifactId>
|
||||||
<version>3.0RC</version>
|
<version>3.0RC</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
|
<artifactId>silvergray</artifactId>
|
||||||
|
<version>1.0.0</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-collections</groupId>
|
<groupId>commons-collections</groupId>
|
||||||
<artifactId>commons-collections</artifactId>
|
<artifactId>commons-collections</artifactId>
|
||||||
|
@ -150,6 +169,10 @@
|
||||||
<groupId>com.sun.xml.stream</groupId>
|
<groupId>com.sun.xml.stream</groupId>
|
||||||
<artifactId>sjsxp</artifactId>
|
<artifactId>sjsxp</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>javax.xml.bind</groupId>
|
||||||
|
<artifactId>jaxb-api</artifactId>
|
||||||
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -174,6 +197,16 @@
|
||||||
<version>3.0.3.Final</version>
|
<version>3.0.3.Final</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.xmlbeans</groupId>
|
||||||
|
<artifactId>xmlbeans</artifactId>
|
||||||
|
<version>2.3.0-1</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.sf.saxon</groupId>
|
||||||
|
<artifactId>saxon</artifactId>
|
||||||
|
<version>8.7</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<finalName>${project.artifactId}</finalName>
|
<finalName>${project.artifactId}</finalName>
|
||||||
|
@ -204,10 +237,11 @@
|
||||||
<outputFileNameMapping>@{artifactId}@.@{extension}@</outputFileNameMapping>
|
<outputFileNameMapping>@{artifactId}@.@{extension}@</outputFileNameMapping>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.github.olivierlemasle.maven</groupId>
|
<groupId>io.github.olivierlemasle.maven</groupId>
|
||||||
<artifactId>plaintext-maven-plugin</artifactId>
|
<artifactId>plaintext-maven-plugin</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.4-RJ</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<outputDirectory>${project.basedir}/src/java</outputDirectory>
|
<outputDirectory>${project.basedir}/src/java</outputDirectory>
|
||||||
<files>
|
<files>
|
||||||
|
|
Loading…
Reference in New Issue