Add support for OpenJDK11 in build 48/82048/1
authorChrisC <christophe.closset@intl.att.com>
Tue, 12 Mar 2019 15:45:43 +0000 (16:45 +0100)
committerChrisC <christophe.closset@intl.att.com>
Tue, 12 Mar 2019 15:46:21 +0000 (16:46 +0100)
Update pom file, reworked plugins to support openjdk11

Issue-ID: CLAMP-320
Change-Id: Iab28dab8fdacec271b928fcb0598fc1129da92b6
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index b295262..8fded32 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                        <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>
                                                                        </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
                                                <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>