Skip to content

Commit

Permalink
Drop redhat maven repository setting
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki43zoo committed Jun 30, 2020
1 parent 6b91173 commit aa7e1e6
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions pom.xml
Expand Up @@ -15,16 +15,6 @@
</parent>

<repositories>
<repository>
<id>eap</id>
<url>http://maven.repository.redhat.com/techpreview/all</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
Expand All @@ -43,19 +33,6 @@
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>eap</id>
<url>http://maven.repository.redhat.com/techpreview/all</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<properties>

<!-- for dependency library version (Project-specific) -->
Expand Down Expand Up @@ -209,13 +186,4 @@

</dependencies>

<profiles>
<profile>
<id>openshift</id>
<build>
<finalName>ROOT</finalName>
</build>
</profile>
</profiles>

</project>

0 comments on commit aa7e1e6

Please sign in to comment.