You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2011/06/05 03:50:10 UTC

svn commit: r1131513 - /openejb/trunk/sandbox/tools/pom.xml

Author: dblevins
Date: Sun Jun  5 01:50:09 2011
New Revision: 1131513

URL: http://svn.apache.org/viewvc?rev=1131513&view=rev
Log:
Reformatted

Modified:
    openejb/trunk/sandbox/tools/pom.xml

Modified: openejb/trunk/sandbox/tools/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/tools/pom.xml?rev=1131513&r1=1131512&r2=1131513&view=diff
==============================================================================
--- openejb/trunk/sandbox/tools/pom.xml (original)
+++ openejb/trunk/sandbox/tools/pom.xml Sun Jun  5 01:50:09 2011
@@ -19,7 +19,8 @@
 
 <!-- $Rev: 1002369 $ $Date: 2010-09-28 14:55:40 -0700 (Tue, 28 Sep 2010) $ -->
 
-<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/maven-v4_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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -33,9 +34,11 @@
   <packaging>jar</packaging>
   <version>1.0-SNAPSHOT</version>
   <name>OpenEJB Tools</name>
+
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
+
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>
@@ -50,6 +53,7 @@
       </plugin>
     </plugins>
   </build>
+
   <repositories>
     <repository>
       <id>apache-m2-snapshot</id>
@@ -57,6 +61,7 @@
       <url>http://repository.apache.org/snapshots</url>
     </repository>
   </repositories>
+
   <dependencies>
 
     <dependency>
@@ -65,50 +70,50 @@
       <version>4.8.1</version>
       <scope>test</scope>
     </dependency>
-    
+
     <!--  SignPost Dependencies For Signing requests -->
-      <dependency>
-        <groupId>oauth.signpost</groupId>
-        <artifactId>signpost-core</artifactId>
-        <version>1.2</version>
-        <scope>compile</scope>
-      </dependency>
-      
-      <dependency>
-    	<groupId>oauth.signpost</groupId>
-    	<artifactId>signpost-commonshttp4</artifactId>
-    	<version>1.2.1.1</version>
-	 </dependency>
-      
-      
-<dependency>
-    <groupId>org.springframework</groupId>
-    <artifactId>spring-core</artifactId>
-    <version>3.0.5.RELEASE</version>
-</dependency>
-
-<!--  Apache commons compatible with signpost -->
-  <dependency>
-    <groupId>org.apache.httpcomponents</groupId>
-    <artifactId>httpclient</artifactId>
-    <version>4.1.1</version>
-    <scope>compile</scope>
-  </dependency>
-
- <dependency>
-    <groupId>org.apache.httpcomponents</groupId>
-    <artifactId>httpcore</artifactId>
-    <version>4.1.1</version>
-    <scope>compile</scope>
-  </dependency>
-  
- <!-- For Parsing JSON response -->
-   <dependency>
-  <groupId>org.codehaus.jackson</groupId>
-  <artifactId>jackson-mapper-asl</artifactId>
-  <version>1.6.4</version>
-  <scope>compile</scope>
-</dependency>
+    <dependency>
+      <groupId>oauth.signpost</groupId>
+      <artifactId>signpost-core</artifactId>
+      <version>1.2</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>oauth.signpost</groupId>
+      <artifactId>signpost-commonshttp4</artifactId>
+      <version>1.2.1.1</version>
+    </dependency>
+
+
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-core</artifactId>
+      <version>3.0.5.RELEASE</version>
+    </dependency>
+
+    <!--  Apache commons compatible with signpost -->
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>4.1.1</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+      <version>4.1.1</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <!-- For Parsing JSON response -->
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</artifactId>
+      <version>1.6.4</version>
+      <scope>compile</scope>
+    </dependency>
 
   </dependencies>
 </project>