Skip to content

Commit

Permalink
Merge a51330c into d384cb5
Browse files Browse the repository at this point in the history
  • Loading branch information
jixuan1989 committed Mar 24, 2020
2 parents d384cb5 + a51330c commit 7f5848b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions hive-connector/pom.xml
Expand Up @@ -153,4 +153,20 @@
</plugin>
</plugins>
</build>
<!-- org.pentaho:pentaho-aggdesigner-algorithm is in repo.spring.io and we have to claim
to use https-->
<repositories>
<repository>
<id>for_pentaho</id>
<name>spring.io</name>
<url>https://repo.spring.io/libs-milestone</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</project>

0 comments on commit 7f5848b

Please sign in to comment.