You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2007/10/19 02:53:41 UTC

svn commit: r586200 - /geronimo/samples/trunk/samples/bank/pom.xml

Author: gawor
Date: Thu Oct 18 17:53:41 2007
New Revision: 586200

URL: http://svn.apache.org/viewvc?rev=586200&view=rev
Log:
more cleanup

Modified:
    geronimo/samples/trunk/samples/bank/pom.xml

Modified: geronimo/samples/trunk/samples/bank/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/bank/pom.xml?rev=586200&r1=586199&r2=586200&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/bank/pom.xml (original)
+++ geronimo/samples/trunk/samples/bank/pom.xml Thu Oct 18 17:53:41 2007
@@ -39,27 +39,29 @@
         Geronimo bank sample created from an archetype.
     </description>
     
-	<modules>
+    <modules>
         <module>bank-ejb</module>
         <module>bank-war</module>
         <module>bank-ear</module>
     </modules>
-	
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.geronimo.specs</groupId>
-			<artifactId>geronimo-annotation_1.0_spec</artifactId>
-			<version>1.1</version>
-			<type>jar</type>
-		</dependency>
+        
+        <dependencies>
+                <dependency>
+                        <groupId>org.apache.geronimo.specs</groupId>
+                        <artifactId>geronimo-annotation_1.0_spec</artifactId>
+                        <version>1.1</version>
+                        <type>jar</type>
+                        <scope>provided</scope>
+                </dependency>
 
-		<dependency>
-			<groupId>org.apache.geronimo.specs</groupId>
-			<artifactId>geronimo-jpa_3.0_spec</artifactId>
-			<version>1.1</version>
-			<type>jar</type>
-		</dependency>
-	</dependencies>
+                <dependency>
+                        <groupId>org.apache.geronimo.specs</groupId>
+                        <artifactId>geronimo-jpa_3.0_spec</artifactId>
+                        <version>1.1</version>
+                        <type>jar</type>
+                        <scope>provided</scope>
+                </dependency>
+        </dependencies>
 
    <build>
         <plugins>