summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 9f9306a9..c1b07e00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,10 +27,10 @@
<properties>
<!-- Jenkins should invoke mvn with argument -Dbuild.number=${BUILD_NUMBER} -->
<build.number>0</build.number>
- <epsdk.version>2.1.0</epsdk.version>
+ <epsdk.version>2.2.0-SNAPSHOT</epsdk.version>
<springframework.version>4.2.2.RELEASE</springframework.version>
<hibernate.version>4.3.11.Final</hibernate.version>
- <fasterxml.version>2.9.2</fasterxml.version>
+ <fasterxml.version>2.8.10</fasterxml.version>
<eelf.version>1.0.0</eelf.version>
<!-- NOT provided by OParent, unfortunately -->
<jacocoVersion>0.7.6.201602180812</jacocoVersion>
@@ -38,6 +38,7 @@
<encoding>UTF-8</encoding>
<sonar.exclusions>**/scripts/**/*,**.js</sonar.exclusions>
<sonar.test.exclusions>**/test/**/*,**/tests/**/*</sonar.test.exclusions>
+ <enforcer.skip>true</enforcer.skip>
</properties>
<!-- Specify the repositories here to avoid coordination of ~/.m2/settings.xml