Skip to content
Snippets Groups Projects
Commit d46e5098 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

removed unused files

parent eb67ea5e
No related branches found
No related tags found
No related merge requests found
#Wed Mar 07 10:57:03 CET 2018
#Fri Dec 14 15:42:37 CET 2018
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
eclipse.preferences.version=1
encoding/src/main/java=UTF-8
......
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>tgauth</artifactId>
<groupId>info.textgrid.middleware</groupId>
<version>1.9.0-SNAPSHOT</version>
</parent>
<groupId>info.textgrid.middleware</groupId>
<artifactId>tgauth-common</artifactId>
<name>TextGrid :: TGAuthService :: Common</name>
<packaging>bundle</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<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>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<defaultGoal>package</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<fork>true</fork>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<!-- Please set export MAVEN_OPTS="$MAVEN_OPTS -Dfile.encoding=UTF-8",
setting file.encoding in this POM's properties does not help! -->
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project>
#Generated by Maven
#Tue Mar 06 13:06:38 CET 2018
version=1.9.0-SNAPSHOT
#Fri Dec 14 15:41:23 CET 2018
version=1.9.1-SNAPSHOT
groupId=info.textgrid.middleware
artifactId=tgauth-client-common
artifactId=tgauth-client-test
......@@ -2,3 +2,4 @@
/target
/.classpath
/.project
/bin/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment