You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2020/12/30 08:39:07 UTC

[kylin] branch master updated: minor, add cyclonedx-maven-plugin dependency

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

shaofengshi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new 7cca1c2  minor, add cyclonedx-maven-plugin dependency
7cca1c2 is described below

commit 7cca1c27cd3c2414f7f9b7061009b8a8b55069bf
Author: shaofengshi <sh...@apache.org>
AuthorDate: Wed Dec 30 16:32:15 2020 +0800

    minor, add cyclonedx-maven-plugin dependency
---
 pom.xml | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ea348dc..0b43281 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,8 +65,8 @@
     <kylin.version>3.0.0</kylin.version>
 
     <!-- Hadoop versions -->
-    <hadoop2.version>2.7.1</hadoop2.version>
-    <yarn.version>2.7.1</yarn.version>
+    <hadoop2.version>2.7.3</hadoop2.version>
+    <yarn.version>2.7.3</yarn.version>
 
     <!-- Hive versions -->
     <hive.version>1.2.2</hive.version>
@@ -122,7 +122,7 @@
     <mrunit.version>1.1.0</mrunit.version>
     <dbunit.version>2.5.4</dbunit.version>
     <h2.version>1.4.196</h2.version>
-    <jetty.version>9.4.26.v20200117</jetty.version>
+    <jetty.version>9.4.32.v20200930</jetty.version>
     <jamm.version>0.3.1</jamm.version>
     <mockito.version>2.7.14</mockito.version>
     <mockito-all.version>1.9.5</mockito-all.version>
@@ -1353,6 +1353,11 @@
         <!-- uncomment this on release -->
         <version>3.4.1</version>
       </plugin>
+      <plugin>
+        <groupId>org.cyclonedx</groupId>
+        <artifactId>cyclonedx-maven-plugin</artifactId>
+        <version>2.1.1</version>
+      </plugin>
     </plugins>
   </build>