summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jdisc_http_service/pom.xml')
-rw-r--r--jdisc_http_service/pom.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/jdisc_http_service/pom.xml b/jdisc_http_service/pom.xml
index c8baabb9f13..978275ad9cc 100644
--- a/jdisc_http_service/pom.xml
+++ b/jdisc_http_service/pom.xml
@@ -109,17 +109,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
@@ -134,29 +123,6 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <testNGArtifactName>org.testng:testng</testNGArtifactName>
- <redirectTestOutputToFile>${test.hide}</redirectTestOutputToFile>
- <systemPropertyVariables>
- <jdisc.logger.level>INFO</jdisc.logger.level>
- </systemPropertyVariables>
- </configuration>
- <executions>
- <execution>
- <id>default-test</id>
- <phase>test</phase>
- <goals>
- <goal>test</goal>
- </goals>
- <configuration>
- <testNGArtifactName>org.testng:testng</testNGArtifactName>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgs>