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

morningman pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
     new 5da190ba89b [branch-1.2] fix maven download dependency fail (#31105)
5da190ba89b is described below

commit 5da190ba89b8f8bbf2eca88bbc751d5944b905dd
Author: yagagagaga <[email protected]>
AuthorDate: Mon Feb 19 16:25:44 2024 +0800

    [branch-1.2] fix maven download dependency fail (#31105)
---
 fe/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/fe/pom.xml b/fe/pom.xml
index 73745fd3303..657446436e9 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -278,7 +278,7 @@ under the License.
         <spring.version>2.7.9</spring.version>
         <zookeeper.version>3.4.14</zookeeper.version>
         <ojdbc8.version>12.2.0.1</ojdbc8.version>
-        <doris.shade.version>1.0.2-SNAPSHOT</doris.shade.version>
+        <doris.shade.version>1.0.2</doris.shade.version>
         <doris.shade.hive-shade.version>1.0.3</doris.shade.hive-shade.version>
     </properties>
     <profiles>
@@ -324,8 +324,8 @@ under the License.
                 </repository>
                 <!-- for java-cup -->
                 <repository>
-                    <id>cloudera-public</id>
-                    
<url>https://repository.cloudera.com/artifactory/public/</url>
+                    <id>cloudera</id>
+                    
<url>https://repository.cloudera.com/repository/libs-release-local/</url>
                 </repository>
             </repositories>
             <pluginRepositories>
@@ -335,8 +335,8 @@ under the License.
                 </pluginRepository>
                 <!-- for cup-maven-plugin -->
                 <pluginRepository>
-                    <id>cloudera-public</id>
-                    
<url>https://repository.cloudera.com/artifactory/public/</url>
+                    <id>cloudera</id>
+                    
<url>https://repository.cloudera.com/repository/libs-release-local/</url>
                 </pluginRepository>
             </pluginRepositories>
         </profile>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to