diff options
Diffstat (limited to 'repository/at')
| -rw-r--r-- | repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.jar | bin | 0 -> 3869909 bytes | |||
| -rw-r--r-- | repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.pom | 145 | 
2 files changed, 145 insertions, 0 deletions
| diff --git a/repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.jar b/repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.jarBinary files differ new file mode 100644 index 000000000..c045d89a3 --- /dev/null +++ b/repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.jar diff --git a/repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.pom b/repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.pom new file mode 100644 index 000000000..959b311cd --- /dev/null +++ b/repository/at/gv/util/egovutils/2.0.0/egovutils-2.0.0.pom @@ -0,0 +1,145 @@ +<?xml version="1.0"?> +<project +	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" +	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +	<modelVersion>4.0.0</modelVersion> +	<groupId>at.gv.util</groupId> +	<artifactId>egovutils</artifactId> +	<version>2.0.0</version> +	<name>zuseutil</name> +	<url>http://maven.apache.org</url> +	<properties> +		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> +		<cxf.version>3.0.1</cxf.version> +	</properties> +	 +	<build> +	    <plugins> +	        <plugin> +              <groupId>org.owasp</groupId> +              <artifactId>dependency-check-maven</artifactId> +              <version>1.2.5</version> +              <executions> +                  <execution> +                  	<phase>verify</phase> +                    <goals> +                    	<goal>check</goal> +                    </goals> +                  </execution> +              </executions> +            </plugin>             +           	<plugin> +				<groupId>org.apache.maven.plugins</groupId> +				<artifactId>maven-compiler-plugin</artifactId> +				<configuration> +					<source>1.7</source> +					<target>1.7</target> +				</configuration> +			</plugin>             +	    </plugins> +	</build>	 +	 +	 +	<dependencies> +		<dependency> +			<groupId>xerces</groupId> +			<artifactId>xercesImpl</artifactId> +			<version>2.11.0</version> +		</dependency> +		<dependency> +			<groupId>xalan</groupId> +			<artifactId>xalan</artifactId> +			<version>2.7.1</version> +		</dependency> +<!-- 		<dependency> +			<groupId>com.sun</groupId> +			<artifactId>webservices-tools</artifactId> +			<version>2.0.1</version> +		</dependency> +		<dependency> +			<groupId>com.sun</groupId> +			<artifactId>webservices-rt</artifactId> +			<version>2.0.1</version> +		</dependency> --> +<!-- 		<dependency> +			<groupId>org.glassfish.metro</groupId> +			<artifactId>webservices-rt</artifactId> +			<version>2.3</version> +		</dependency> --> +		 +		<!-- Apache  CXF libs--> +    	<dependency> +        	<groupId>org.apache.cxf</groupId> +        	<artifactId>cxf-rt-frontend-jaxws</artifactId> +        	<version>${cxf.version}</version> +    	</dependency> +    	<dependency> +        	<groupId>org.apache.cxf</groupId> +        	<artifactId>cxf-rt-transports-http</artifactId> +        	<version>${cxf.version}</version> +    	</dependency> +        	<!-- Jetty is needed if you're are not using the CXFServlet --> +<!--     	<dependency> +        	<groupId>org.apache.cxf</groupId> +        	<artifactId>cxf-rt-transports-http-jetty</artifactId> +        	<version>${cxf.version}</version> +    	</dependency> -->		 +		 +				 +		<dependency> +			<groupId>commons-validator</groupId> +			<artifactId>commons-validator</artifactId> +			<version>1.4.0</version> +		</dependency> +		<dependency> +			<groupId>commons-beanutils</groupId> +			<artifactId>commons-beanutils</artifactId> +			<version>1.9.2</version> +		</dependency>		 +		<dependency> +			<groupId>bouncycastle</groupId> +			<artifactId>bcprov-jdk16</artifactId> +			<version>140</version> +		</dependency> +		<dependency> +			<groupId>org.slf4j</groupId> +			<artifactId>slf4j-api</artifactId> +			<version>1.7.7</version> +		</dependency> +		<dependency> +			<groupId>org.slf4j</groupId> +			<artifactId>slf4j-log4j12</artifactId> +			<version>1.7.7</version> +		</dependency> +		<dependency> +			<groupId>javax.servlet</groupId> +			<artifactId>servlet-api</artifactId> +			<version>2.5</version> +			<scope>provided</scope> +		</dependency> +		<dependency> +			<groupId>commons-codec</groupId> +			<artifactId>commons-codec</artifactId> +			<version>1.9</version> +		</dependency> +		<dependency> +			<groupId>commons-lang</groupId> +			<artifactId>commons-lang</artifactId> +			<version>2.6</version> +			<type>jar</type> +			<scope>compile</scope> +		</dependency> +<!-- 		<dependency> +			<groupId>commons-httpclient</groupId> +			<artifactId>commons-httpclient</artifactId> +			<version>3.1</version> +		</dependency> --> +		<dependency> +			<groupId>org.apache.httpcomponents</groupId> +			<artifactId>httpclient</artifactId> +			<version>4.3.5</version> +		</dependency> +		 +	</dependencies> +	 +</project> | 
