summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2020-07-27 19:34:57 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2020-07-27 20:17:58 +0800
commitc4dc95bc729afd91c00cab49d0a69bceb102eed9 (patch)
treee570f534ae4c4524c4398ffc705eee69e578cd26 /pom.xml
parenteadc4de80148f3457e75b06270370a33dc4751a4 (diff)
Trying to fix the Jenkins Job
Issue-ID: HOLMES-332 Change-Id: I3605ac6850226dc365460911c4e523f62ea117fc Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 66fde3a..f8a237b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,8 +36,6 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.compiler.source>11</maven.compiler.source>
- <maven.compiler.target>11</maven.compiler.target>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.test.failure.ignore>false</maven.test.failure.ignore>
@@ -156,7 +154,7 @@
<dependency>
<groupId>org.onap.holmes.common</groupId>
<artifactId>holmes-actions</artifactId>
- <version>1.2.13</version>
+ <version>1.3.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>io.dropwizard</groupId>
@@ -254,6 +252,12 @@
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>2.8.6</version>
+ </dependency>
+
<!-- Do NOT remove org.reflections:reflections. Otherwise, the docker will fail to start. -->
<dependency>
<groupId>org.reflections</groupId>
@@ -331,8 +335,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
- <source>11</source>
- <target>11</target>
+ <source>1.8</source>
+ <target>1.8</target>
<release>11</release>
</configuration>
</plugin>