Skip to content

Commit

Permalink
fix: github自动构建流程中pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde依赖获取失败…
Browse files Browse the repository at this point in the history
…问题修复
  • Loading branch information
TomShiDi committed Mar 7, 2024
1 parent 492aab6 commit 7de314b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hadoop-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,17 @@
<version>${hive.version}</version>
</dependency>
</dependencies>

<repositories>
<repository>
<id>spring</id>
<url>https://maven.aliyun.com/repository/spring</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>

0 comments on commit 7de314b

Please sign in to comment.