Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions install/install-tar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,11 @@
<artifactId>kylo-catalog-filesystem-aws-hadoop-v3</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<!-- <dependency>
<groupId>com.thinkbiganalytics.kylo.plugins</groupId>
<artifactId>kylo-catalog-filesystem-azure</artifactId>
<version>${project.version}</version>
</dependency>
</dependency> -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-client</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,15 @@
<id>central</id>
<name>Maven Repository Switchboard</name>
<layout>default</layout>
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/libs-milestone</url>
<url>https://nexus.xebialabs.com/nexus/content/groups/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand All @@ -258,13 +258,13 @@

<scm>
<connection>
scm:git:https://github.com/Teradata/kylo.git
scm:git:https://github.com/kanghanil/kylo.git
</connection>
<developerConnection>
scm:git:https://github.com/Teradata/kylo.git
scm:git:https://github.com/kanghanil/kylo.git
</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/Teradata/kylo</url>
<url>https://github.com/kanghanil/kylo.git</url>
</scm>

<dependencyManagement>
Expand Down
Loading