Skip to content

Commit

Permalink
[branch-1.2] fix maven download dependency fail (#31105)
Browse files Browse the repository at this point in the history
  • Loading branch information
yagagagaga authored Feb 19, 2024
1 parent d809310 commit 5da190b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 5da190b

Please sign in to comment.