diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2019-03-13 08:26:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-13 08:26:34 +0000 |
commit | 359d4e4f924a9310e940b312b6d0d911eca95b75 (patch) | |
tree | acbd0107ac652bf2d0a4f388f11f8e9d686cf52e /pom.xml | |
parent | d7df3862dd3af9b1b0062bd68bb183dd5a3416ed (diff) | |
parent | 11520d66d2dec85fc753a45352e083fc7e9e4461 (diff) |
Merge "Add support for OpenJDK11 in build"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -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> |