You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2022/01/04 16:53:02 UTC

[archiva-parent] branch master updated: Upgrading version of handlebar in preparation for JDK17

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new cc381c9  Upgrading version of handlebar in preparation for JDK17
cc381c9 is described below

commit cc381c90c881b95aa44c37698c42d8c85a38698c
Author: Martin Schreier <ma...@apache.org>
AuthorDate: Tue Jan 4 17:52:58 2022 +0100

    Upgrading version of handlebar in preparation for JDK17
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 224b10e..ff32ecd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,6 +141,8 @@
     <swagger.plugin.version>2.1.12</swagger.plugin.version>
     <swagger.codegen.plugin.version>3.0.31</swagger.codegen.plugin.version>
     <io.swagger.version>2.1.10</io.swagger.version>
+    <!-- This is a transitive dependency of swagger.codegen plugin -->
+    <handlebar.version>4.3.0</handlebar.version>
 
 
     <enunciate.docsDir/>
@@ -1071,6 +1073,13 @@
               <groupId>io.swagger.codegen.v3</groupId>
               <artifactId>swagger-codegen-maven-plugin</artifactId>
               <version>${swagger.codegen.plugin.version}</version>
+              <dependencies>
+                <dependency>
+                  <groupId>com.github.jknack</groupId>
+                  <artifactId>handlebars</artifactId>
+                  <version>${handlebar.version}</version>
+                </dependency>
+              </dependencies>
               <executions>
                 <execution>
                   <phase>compile</phase>