Skip to content

Commit c140cfb

Browse files
committed
chore(trino-storage-connector): Patch 469
1 parent 2bd4a52 commit c140cfb

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2+
From: Nick Larsen <[email protected]>
3+
Date: Fri, 7 Feb 2025 12:32:20 +0100
4+
Subject: Add cyclonedx plugin
5+
6+
---
7+
pom.xml | 17 +++++++++++++++++
8+
1 file changed, 17 insertions(+)
9+
10+
diff --git a/pom.xml b/pom.xml
11+
index 2176aba..91e9197 100644
12+
--- a/pom.xml
13+
+++ b/pom.xml
14+
@@ -545,6 +545,23 @@
15+
</dependency>
16+
</dependencies>
17+
</plugin>
18+
+ <plugin>
19+
+ <groupId>org.cyclonedx</groupId>
20+
+ <artifactId>cyclonedx-maven-plugin</artifactId>
21+
+ <version>2.9.1</version>
22+
+ <configuration>
23+
+ <projectType>application</projectType>
24+
+ <schemaVersion>1.6</schemaVersion>
25+
+ </configuration>
26+
+ <executions>
27+
+ <execution>
28+
+ <goals>
29+
+ <goal>makeBom</goal>
30+
+ </goals>
31+
+ <phase>package</phase>
32+
+ </execution>
33+
+ </executions>
34+
+ </plugin>
35+
</plugins>
36+
</build>
37+
</project>
38+
39+
base-commit: e2612ce1e2801211dc090bab32f28107b563a2ae
40+
--
41+
2.40.1
42+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
upstream = "https://github.com/snowlift/trino-storage"
2+
base = "e2612ce1e2801211dc090bab32f28107b563a2ae"

0 commit comments

Comments
 (0)