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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7e5ab5e76 fix: patch license (#3854)
7e5ab5e76 is described below

commit 7e5ab5e769672b10104599a4391465351a903d7d
Author: Sinsy <[email protected]>
AuthorDate: Tue Aug 16 00:54:20 2022 +0800

    fix: patch license (#3854)
---
 pom.xml              | 1 +
 shenyu-admin/pom.xml | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 69b2b09b0..51318382e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,6 +442,7 @@
                 <groupId>com.oracle.ojdbc</groupId>
                 <artifactId>ojdbc8</artifactId>
                 <version>${ojdbc8.version}</version>
+                <scope>provided</scope>
             </dependency>
 
             <dependency>
diff --git a/shenyu-admin/pom.xml b/shenyu-admin/pom.xml
index 663b290da..72be7a79a 100644
--- a/shenyu-admin/pom.xml
+++ b/shenyu-admin/pom.xml
@@ -233,13 +233,14 @@
             <groupId>com.oracle.ojdbc</groupId>
             <artifactId>ojdbc8</artifactId>
             <version>${ojdbc8.version}</version>
-            <scope>runtime</scope>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>com.oracle.database.nls</groupId>
             <artifactId>orai18n</artifactId>
             <version>${orai18n.version}</version>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>

Reply via email to