Skip to content

Commit

Permalink
update ea repo because JWS component is still in EA
Browse files Browse the repository at this point in the history
  • Loading branch information
weimeilin79 committed Mar 20, 2017
1 parent 1e4f74d commit 62858ad
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fisdemoaccount/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>jboss.ea</id>
<name>JBoss Early Adopter</name>
<url>https://maven.repository.redhat.com/earlyaccess/all</url>
</repository>
<repository>
<id>redhat.ga</id>
<name>Red Hat General Availability Repository</name>
Expand All @@ -104,6 +109,11 @@
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jboss.ea</id>
<name>JBoss Early Adopter</name>
<url>https://maven.repository.redhat.com/earlyaccess/all</url>
</pluginRepository>
<pluginRepository>
<id>redhat.ga</id>
<name>Red Hat General Availability Repository</name>
Expand Down
10 changes: 10 additions & 0 deletions fisdemoaggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>jboss.ea</id>
<name>JBoss Early Adopter</name>
<url>https://maven.repository.redhat.com/earlyaccess/all</url>
</repository>
<repository>
<id>redhat.ga</id>
<name>Red Hat General Availability Repository</name>
Expand All @@ -99,6 +104,11 @@
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jboss.ea</id>
<name>JBoss Early Adopter</name>
<url>https://maven.repository.redhat.com/earlyaccess/all</url>
</pluginRepository>
<pluginRepository>
<id>redhat.ga</id>
<name>Red Hat General Availability Repository</name>
Expand Down
10 changes: 10 additions & 0 deletions fisdemoblockchain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>jboss.ea</id>
<name>JBoss Early Adopter</name>
<url>https://maven.repository.redhat.com/earlyaccess/all</url>
</repository>
<repository>
<id>redhat.ga</id>
<name>Red Hat General Availability Repository</name>
Expand All @@ -90,6 +95,11 @@
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jboss.ea</id>
<name>JBoss Early Adopter</name>
<url>https://maven.repository.redhat.com/earlyaccess/all</url>
</pluginRepository>
<pluginRepository>
<id>redhat.ga</id>
<name>Red Hat General Availability Repository</name>
Expand Down

0 comments on commit 62858ad

Please sign in to comment.