diff options
author | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-02-06 09:46:17 +0100 |
---|---|---|
committer | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-02-06 09:46:17 +0100 |
commit | c1af54026407f7150d2a61d15e9719ae878c7375 (patch) | |
tree | 104c95e09e31c16ce03dca88ca668d9c1a7f64ff | |
parent | 01b98af095d8b7f4c33b89e321b3c4c17c597307 (diff) | |
download | moa-id-spss-c1af54026407f7150d2a61d15e9719ae878c7375.tar.gz moa-id-spss-c1af54026407f7150d2a61d15e9719ae878c7375.tar.bz2 moa-id-spss-c1af54026407f7150d2a61d15e9719ae878c7375.zip |
Enable process engine tests
- Remove text exclusions.
- Remove test-ng dependency (for junit compatibility reasons).
-rw-r--r-- | id/server/idserverlib/pom.xml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 15a1e8cfc..c0021f25e 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -378,13 +378,6 @@ </exclusions>
</dependency>
- <!-- TestNG -->
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <version>6.1.1</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>eu.stork</groupId>
<artifactId>DocumentService</artifactId>
@@ -497,30 +490,6 @@ </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.7</source>
- <target>1.7</target>
- </configuration>
- <executions>
- <execution>
- <id>default-testCompile</id>
- <phase>test-compile</phase>
- <configuration>
- <testExcludes>
- <exclude>at/gv/egovernment/moa/id/process/spring/test/SpringExpressionAwareProcessEngineTest.java</exclude>
- <exclude>at/gv/egovernment/moa/id/process/test/ProcessEngineTest.java</exclude>
- </testExcludes>
- </configuration>
- <goals>
- <goal>testCompile</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
|