Skip to content

Commit

Permalink
Aggiungti i repo jboss nel pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamolteni committed Mar 4, 2012
1 parent b18d35f commit 8a11dd1
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions 01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@
<artifactId>01</artifactId>
<version>1.0</version>

<repositories>
<repository>
<id>JBoss</id>
<name>JBoss repository</name>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>JBoss</id>
<name>JBoss repository</name>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss</url>
</pluginRepository>
</pluginRepositories>

<dependencies>
<dependency>
<groupId>org.hibernate</groupId>
Expand All @@ -22,9 +37,9 @@
</dependency>

<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.2.0.Final</version>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.2.0.Final</version>
</dependency>

<dependency>
Expand All @@ -47,5 +62,5 @@
</dependency>

</dependencies>

</project>

0 comments on commit 8a11dd1

Please sign in to comment.