This is an automated email from the ASF dual-hosted git repository.
junhao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-trino.git
The following commit(s) were added to refs/heads/main by this push:
new bfca867 Add dependency of guava into plugin
bfca867 is described below
commit bfca86799a3f545b5efb155bcb8e6754dce0afc0
Author: 仟弋 <[email protected]>
AuthorDate: Wed Mar 26 15:59:16 2025 +0800
Add dependency of guava into plugin
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b591ca4..39ed2db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,6 @@ under the License.
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
- <scope>test</scope>
</dependency>
<dependency>