Skip to content

Commit

Permalink
helloworld-jsf: removed the jboss repository from the POM (RichFaces …
Browse files Browse the repository at this point in the history
…is now in maven central)
  • Loading branch information
bleathem committed Feb 24, 2012
1 parent 7e601e8 commit ea38df2
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions helloworld-jsf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<repositories>
<!-- Define the maven repositories where the RichFaces artifacts can be found.
You should consider using a repository manager or declare repositories in your settings.xml.
See http://www.sonatype.com/people/2009/02/why-putting-repositories-in-your-poms-is-a-bad-idea/
-->
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
</repositories>

<dependencyManagement>
<dependencies>
<!-- Define the version of JBoss' Java EE 6 APIs we want to import.
Expand Down

0 comments on commit ea38df2

Please sign in to comment.