Skip to content

Commit

Permalink
Formatting pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
luiz committed Sep 11, 2012
1 parent 4fca76f commit 7a96869
Showing 1 changed file with 49 additions and 9 deletions.
58 changes: 49 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>br.com.caelum.vraptor</groupId>
Expand Down Expand Up @@ -32,14 +33,53 @@
<version>3.4.0</version>
<scope>compile</scope>
</dependency>
<dependency ><groupId>org.mockito</groupId><artifactId>mockito-core</artifactId><version>1.8.5</version><scope>test</scope></dependency>
<dependency ><groupId>joda-time</groupId><artifactId>joda-time-hibernate</artifactId><version>1.3</version><scope>test</scope></dependency>
<dependency><groupId>hsqldb</groupId><artifactId>hsqldb</artifactId><version>1.8.0.10</version></dependency>
<dependency ><groupId>joda-time</groupId><artifactId>joda-time</artifactId><version>2.0</version><scope>compile</scope></dependency>
<dependency ><groupId>br.com.caelum.vraptor</groupId><artifactId>vraptor-simplemail</artifactId><version>1.1.2-SNAPSHOT</version><scope>compile</scope></dependency>
<dependency ><groupId>org.hibernate</groupId><artifactId>hibernate-core</artifactId><version>3.6.6.Final</version><scope>compile</scope></dependency>
<dependency ><groupId>org.hibernate</groupId><artifactId>hibernate-validator</artifactId><version>4.0.2.GA</version><scope>compile</scope></dependency>
<dependency ><groupId>commons-codec</groupId><artifactId>commons-codec</artifactId><version>1.6</version><scope>compile</scope></dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.8.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time-hibernate</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.10</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>br.com.caelum.vraptor</groupId>
<artifactId>vraptor-simplemail</artifactId>
<version>1.1.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>3.6.6.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.0.2.GA</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 7a96869

Please sign in to comment.