Skip to content

Commit 8f9d7b3

Browse files
committed
remove hardcoded non-https url for maven central
1 parent 2a6f6c6 commit 8f9d7b3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

acs-integration-tests/pom.xml

+1-9
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2020
<modelVersion>4.0.0</modelVersion>
2121
<artifactId>acs-integration-tests</artifactId>
22-
<name>Predix Access Control Service Integration Tests</name>
22+
<name>Integration Tests</name>
2323
<packaging>jar</packaging>
2424

2525
<parent>
@@ -283,14 +283,6 @@
283283
</dependency>
284284
</dependencies>
285285

286-
<repositories>
287-
<repository>
288-
<id>central</id>
289-
<name>Maven Repository Switchboard</name>
290-
<url>http://repo1.maven.org/maven2</url>
291-
</repository>
292-
</repositories>
293-
294286
<profiles>
295287
<profile>
296288
<id>public</id>

0 commit comments

Comments
 (0)