We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6f6c6 commit 8f9d7b3Copy full SHA for 8f9d7b3
acs-integration-tests/pom.xml
@@ -19,7 +19,7 @@
19
<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">
20
<modelVersion>4.0.0</modelVersion>
21
<artifactId>acs-integration-tests</artifactId>
22
- <name>Predix Access Control Service Integration Tests</name>
+ <name>Integration Tests</name>
23
<packaging>jar</packaging>
24
25
<parent>
@@ -283,14 +283,6 @@
283
</dependency>
284
</dependencies>
285
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
-
294
<profiles>
295
<profile>
296
<id>public</id>
0 commit comments