aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChrisC <christophe.closset@intl.att.com>2019-03-12 16:45:43 +0100
committerChrisC <christophe.closset@intl.att.com>2019-03-12 16:46:21 +0100
commit11520d66d2dec85fc753a45352e083fc7e9e4461 (patch)
treedd66e48f1a401b11df48529ced7c1069d1437de3 /pom.xml
parent43f0b01f68e145b74993e31adf7ef41379c72be1 (diff)
Add support for OpenJDK11 in build
Update pom file, reworked plugins to support openjdk11 Issue-ID: CLAMP-320 Change-Id: Iab28dab8fdacec271b928fcb0598fc1129da92b6 Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 9 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index b2952621..8fded32a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -706,6 +706,13 @@
<groupId>de.jpdigital</groupId>
<artifactId>hibernate52-ddl-maven-plugin</artifactId>
<version>2.2.0</version>
+ <dependencies>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.3.0</version>
+ </dependency>
+ </dependencies>
<executions>
<execution>
<phase>process-classes</phase>
@@ -722,7 +729,7 @@
</configuration>
</execution>
</executions>
-
+
</plugin>
<!-- Read the swagger.json file and the definition from SwaggerConfig.java;
generate a list of .adoc files containing the APIs info in more structured
@@ -765,18 +772,13 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
- <version>1.5.6</version>
+ <version>1.5.7.1</version>
<dependencies>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
<version>1.5.0-alpha.10.1</version>
</dependency>
- <dependency>
- <groupId>org.jruby</groupId>
- <artifactId>jruby-complete</artifactId>
- <version>1.7.21</version>
- </dependency>
</dependencies>
<configuration>
<sourceDirectory>${project.basedir}/src/main/resources/asciidoc</sourceDirectory>