summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_core/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-02-05 12:47:08 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-02-05 12:47:08 +0100
commit882789ecf04615abf8d5c80e3a0695d1cfc76fa0 (patch)
treec238310cd1a132726559da81b12860a01f60fd5e /eaaf_modules/eaaf_module_pvp2_core/pom.xml
parentfc8aab29eb278a1489a75847efa38ea72b941c79 (diff)
downloadEAAF-Components-882789ecf04615abf8d5c80e3a0695d1cfc76fa0.tar.gz
EAAF-Components-882789ecf04615abf8d5c80e3a0695d1cfc76fa0.tar.bz2
EAAF-Components-882789ecf04615abf8d5c80e3a0695d1cfc76fa0.zip
refactor refresh process in AbstractChainingMetadataProvider
Diffstat (limited to 'eaaf_modules/eaaf_module_pvp2_core/pom.xml')
-rw-r--r--eaaf_modules/eaaf_module_pvp2_core/pom.xml40
1 files changed, 20 insertions, 20 deletions
diff --git a/eaaf_modules/eaaf_module_pvp2_core/pom.xml b/eaaf_modules/eaaf_module_pvp2_core/pom.xml
index ef56624b..ca112162 100644
--- a/eaaf_modules/eaaf_module_pvp2_core/pom.xml
+++ b/eaaf_modules/eaaf_module_pvp2_core/pom.xml
@@ -76,7 +76,7 @@
<artifactId>mockwebserver</artifactId>
<scope>test</scope>
</dependency>
-
+
</dependencies>
<build>
@@ -92,33 +92,33 @@
<target>1.8</target>
</configuration>
<executions>
- <execution>
- <goals>
- <goal>compile</goal>
- <goal>testCompile</goal>
- </goals>
- </execution>
+ <execution>
+ <goals>
+ <goal>compile</goal>
+ <goal>testCompile</goal>
+ </goals>
+ </execution>
</executions>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <version>3.1.0</version>
- <executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>3.1.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
- <!-- enable co-existence of testng and junit -->
+ <!-- enable co-existence of testng and junit -->
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.version}</version>
<configuration>
- <threadCount>1</threadCount>
+ <threadCount>1</threadCount>
</configuration>
<dependencies>
<dependency>