You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/10/24 13:55:22 UTC

svn commit: r829349 - in /incubator/openwebbeans/trunk: pom.xml samples/jms-sample/pom.xml webbeans-porting/pom.xml

Author: gerdogdu
Date: Sat Oct 24 11:55:21 2009
New Revision: 829349

URL: http://svn.apache.org/viewvc?rev=829349&view=rev
Log:
Updating poms. Thanks to Paul J. Reder for comments.

Modified:
    incubator/openwebbeans/trunk/pom.xml
    incubator/openwebbeans/trunk/samples/jms-sample/pom.xml
    incubator/openwebbeans/trunk/webbeans-porting/pom.xml

Modified: incubator/openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=829349&r1=829348&r2=829349&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/pom.xml (original)
+++ incubator/openwebbeans/trunk/pom.xml Sat Oct 24 11:55:21 2009
@@ -347,107 +347,155 @@
   </modules>
     
 	<repositories>
-		<repository>
-			<id>java.net</id>
-			<url>http://download.java.net/maven/1</url>
-			<layout>legacy</layout>
-		</repository>
+
+    	   <repository>
+		<id>java.net</id>
+		<url>http://download.java.net/maven/1</url>
+		<layout>legacy</layout>
+	   </repository>
+
+           <repository>
+             <releases />
+             <id>repository.jboss.org</id>
+             <name>JBoss Repository</name>
+             <url>http://repository.jboss.org/maven2</url>
+           </repository>
+
+           <repository>
+             <id>snapshots.jboss.org</id>
+             <name>JBoss Snapshots Repository</name>
+             <url>http://snapshots.jboss.org/maven2</url>
+             <releases>
+               <enabled>false</enabled>
+             </releases>
+             <snapshots>
+               <enabled>true</enabled>
+               <updatePolicy>always</updatePolicy>
+             </snapshots>
+           </repository>
+
+           <repository>
+             <id>repo1.maven.org</id>
+             <name>Maven repository (for cdi-api)</name>
+             <url>http://repo1.maven.org/maven2</url>
+           </repository>
+
 	</repositories>
 
 	<dependencyManagement>
+
 		<dependencies>
+
 			<dependency>
 				<groupId>log4j</groupId>
 				<artifactId>log4j</artifactId>
 				<version>1.2.14</version>
 			</dependency>
+
 			<dependency>
 			    <groupId>org.apache.geronimo.specs</groupId>
 			    <artifactId>geronimo-jaxws_2.1_spec</artifactId>
 			    <version>1.0</version>
 			</dependency>
+
 			<dependency>
 				<groupId>org.apache.geronimo.specs</groupId>
 				<artifactId>geronimo-servlet_2.5_spec</artifactId>
 				<version>1.2</version>
 			</dependency>
+
 			<dependency>
 				<groupId>dom4j</groupId>
 				<artifactId>dom4j</artifactId>
 				<version>1.6.1</version>
 			</dependency>
+
 			<dependency>
 				<groupId>org.apache.geronimo.specs 
 				</groupId>
 				<artifactId>geronimo-ejb_3.0_spec</artifactId>
 				<version>1.0-M1</version>
 			</dependency>
+
 			<dependency>
 				<groupId>org.apache.geronimo.specs</groupId>
 				<artifactId>geronimo-el_1.0_spec</artifactId>
 				<version>1.0-M1</version>
 			</dependency>
+
 			<dependency>
 				<groupId>org.apache.myfaces.core</groupId>
 				<artifactId>myfaces-api</artifactId>
 				<version>1.2.6</version>
 			</dependency>
+
 			<dependency>
 				<groupId>org.apache.myfaces.core</groupId>
 				<artifactId>myfaces-impl</artifactId>
 				<version>1.2.6</version>
 			</dependency>
+
 			<dependency>
 				<groupId>javassist</groupId>
 				<artifactId>javassist</artifactId>
 				<version>3.8.0.GA</version>
 			</dependency>
+
 			<dependency>
 				<groupId>net.sf.scannotation</groupId>
 				<artifactId>scannotation</artifactId>
 				<version>1.0.2</version>
 			</dependency>
+
 			<dependency>
 				<groupId>junit</groupId>
 				<artifactId>junit</artifactId>
 				<version>4.5</version>
 				<scope>test</scope>
 			</dependency>
+
 			<dependency>
 				<groupId>javax.annotation</groupId>
 				<artifactId>jsr250-api</artifactId>
 				<version>1.0</version>
 			</dependency>
+
 			<dependency>
 				<groupId>org.apache.geronimo.specs</groupId>
 				<artifactId>geronimo-jpa_3.0_spec</artifactId>
 				<version>1.1.1</version>
 			</dependency>
+
 			<dependency>
 				<groupId>org.apache.geronimo.specs</groupId>
 				<artifactId>geronimo-interceptor_3.0_spec</artifactId>
 				<version>1.0.1</version>
 			</dependency>
+
 			<dependency>
 				<groupId>org.apache.geronimo.specs</groupId>
 				<artifactId>geronimo-jta_1.1_spec</artifactId>
 				<version>1.1.1</version>
 			</dependency>
+
 			<dependency>
 				<groupId>org.apache.geronimo.specs</groupId>
 				<artifactId>geronimo-jsp_2.1_spec</artifactId>
 				<version>1.0.1</version>
 			</dependency>
+
 			<dependency>
 				<groupId>org.apache.openwebbeans</groupId>
 				<artifactId>atinject-api</artifactId>
 				<version>${openwebbeans.version}</version>
 			</dependency>
+
 			<dependency>
 				<groupId>org.apache.openwebbeans</groupId>
 				<artifactId>openwebbeans-api</artifactId>
 				<version>${openwebbeans.version}</version>
 			</dependency>
+
 			<!--  this is used for TCK tests        -->
 			<dependency>
 				<groupId>org.apache.openwebbeans</groupId>
@@ -464,24 +512,22 @@
 
 			<dependency>
 				<groupId>org.apache.openwebbeans</groupId>
-				<artifactId>atinject-api</artifactId>
-				<version>${openwebbeans.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.openwebbeans</groupId>
 				<artifactId>openwebbeans-jsf</artifactId>
 				<version>${openwebbeans.version}</version>
 			</dependency>
+
 			<dependency>
 				<groupId>org.apache.openwebbeans</groupId>
 				<artifactId>openwebbeans-jpa</artifactId>
 				<version>${openwebbeans.version}</version>
 			</dependency>
+
 			<dependency>
 				<groupId>org.apache.openejb</groupId>
 				<artifactId>openejb-core</artifactId>
 				<version>3.1.1</version>
 			</dependency>
+
 			<dependency>
 				<groupId>org.apache.openejb</groupId>
 				<artifactId>openejb-tomcat-catalina</artifactId>

Modified: incubator/openwebbeans/trunk/samples/jms-sample/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/jms-sample/pom.xml?rev=829349&r1=829348&r2=829349&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/jms-sample/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/jms-sample/pom.xml Sat Oct 24 11:55:21 2009
@@ -54,14 +54,7 @@
 			<artifactId>openwebbeans-api</artifactId>
 			<version>1.0.0-incubating-SNAPSHOT</version>
 		</dependency>
-		
-		<!-- OWB implementation -->
-		<dependency>
-			<groupId>org.apache.openwebbeans</groupId>
-			<artifactId>openwebbeans-api</artifactId>
-			<version>1.0.0-incubating-SNAPSHOT</version>
-		</dependency>		
-		
+				
 		<!-- JSF Plugin -->
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>

Modified: incubator/openwebbeans/trunk/webbeans-porting/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-porting/pom.xml?rev=829349&r1=829348&r2=829349&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-porting/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-porting/pom.xml Sat Oct 24 11:55:21 2009
@@ -51,25 +51,25 @@
             <artifactId>geronimo-jpa_3.0_spec</artifactId>
         </dependency>
 
-		<dependency>
-	           <groupId>org.apache.geronimo.specs</groupId>
-		    <artifactId>geronimo-servlet_2.5_spec</artifactId>
-		</dependency>
-
-		<dependency>
-		    <groupId>org.apache.geronimo.specs</groupId>
-		    <artifactId>geronimo-jta_1.1_spec</artifactId>
-		</dependency>
-
-		<dependency>
-		    <groupId>javax.annotation</groupId>
-		    <artifactId>jsr250-api</artifactId>
-		</dependency>
-
-		<dependency>
-		    <groupId>org.apache.geronimo.specs</groupId>
-		    <artifactId>geronimo-interceptor_3.0_spec</artifactId>
-		</dependency>
+	<dependency>
+           <groupId>org.apache.geronimo.specs</groupId>
+	    <artifactId>geronimo-servlet_2.5_spec</artifactId>
+	</dependency>
+
+	<dependency>
+	    <groupId>org.apache.geronimo.specs</groupId>
+	    <artifactId>geronimo-jta_1.1_spec</artifactId>
+	</dependency>
+
+	<dependency>
+	    <groupId>javax.annotation</groupId>
+	    <artifactId>jsr250-api</artifactId>
+	</dependency>
+
+	<dependency>
+	    <groupId>org.apache.geronimo.specs</groupId>
+	    <artifactId>geronimo-interceptor_3.0_spec</artifactId>
+	</dependency>
 
        <dependency>
          <groupId>org.jboss.jsr299.tck</groupId>



Re: svn commit: r829349 - in /incubator/openwebbeans/trunk: pom.xml samples/jms-sample/pom.xml webbeans-porting/pom.xml

Posted by Sven Linstaedt <sv...@googlemail.com>.
Troubling around with broken artifacts of foreign repositories, this sounds
absolutely correct to me. Indeed maven has no mechanism for something like
"repository precedence", so if you integrate another repository containing
the same artifacts of e.g. central, just make sure they are also identical,
or... well, debugging maven is still a lot of pain, even there are many
helpful tools out there ;)

br, Sven



2009/10/25 Mark Struberg <st...@yahoo.de>

> Hi!
>
> Back again with no broken bones ;)
>
>
> Just a question: for what I remember, there is a rule on mavens central
> repo that it must be self contained.
>
> So we imho are not allowed to add those foreign repos to our poms:
>
> * http://repository.jboss.org/maven2
> * http://download.java.net/maven/1
>
> Did I misunderstand something?
>
> Btw, I also think JBoss folks started publishing their final artifacts to
> maven.central already.
>
> LieGrue,
> strub
>
>
>
> ----- Ursprüngliche Mail ----
> > Von: "gerdogdu@apache.org" <ge...@apache.org>
> > An: openwebbeans-commits@incubator.apache.org
> > Gesendet: Samstag, den 24. Oktober 2009, 13:55:22 Uhr
> > Betreff: svn commit: r829349 - in /incubator/openwebbeans/trunk: pom.xml
> samples/jms-sample/pom.xml webbeans-porting/pom.xml
> >
> > Author: gerdogdu
> > Date: Sat Oct 24 11:55:21 2009
> > New Revision: 829349
> >
> > URL: http://svn.apache.org/viewvc?rev=829349&view=rev
> > Log:
> > Updating poms. Thanks to Paul J. Reder for comments.
> >
> > Modified:
> >     incubator/openwebbeans/trunk/pom.xml
> >     incubator/openwebbeans/trunk/samples/jms-sample/pom.xml
> >     incubator/openwebbeans/trunk/webbeans-porting/pom.xml
> >
> > Modified: incubator/openwebbeans/trunk/pom.xml
> > URL:
> >
> http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=829349&r1=829348&r2=829349&view=diff
> >
> ==============================================================================
> > --- incubator/openwebbeans/trunk/pom.xml (original)
> > +++ incubator/openwebbeans/trunk/pom.xml Sat Oct 24 11:55:21 2009
> > @@ -347,107 +347,155 @@
> >
> >
> >
> > -
> > -            java.net
> > -            http://download.java.net/maven/1
> > -            legacy
> > -
> > +
> > +
> > +        java.net
> > +        http://download.java.net/maven/1
> > +        legacy
> > +
> > +
> > +
> > +
> > +            repository.jboss.org
> > +            JBoss Repository
> > +            http://repository.jboss.org/maven2
> > +
> > +
> > +
> > +            snapshots.jboss.org
> > +            JBoss Snapshots Repository
> > +            http://snapshots.jboss.org/maven2
> > +
> > +              false
> > +
> > +
> > +              true
> > +              always
> > +
> > +
> > +
> > +
> > +            repo1.maven.org
> > +            Maven repository (for cdi-api)
> > +            http://repo1.maven.org/maven2
> > +
> > +
> >
> >
> >
> > +
> >
> > +
> >
> >                 log4j
> >                 log4j
> >                 1.2.14
> >
> > +
> >
> >                 org.apache.geronimo.specs
> >                 geronimo-jaxws_2.1_spec
> >                 1.0
> >
> > +
> >
> >                 org.apache.geronimo.specs
> >                 geronimo-servlet_2.5_spec
> >                 1.2
> >
> > +
> >
> >                 dom4j
> >                 dom4j
> >                 1.6.1
> >
> > +
> >
> >                 org.apache.geronimo.specs
> >
> >                 geronimo-ejb_3.0_spec
> >                 1.0-M1
> >
> > +
> >
> >                 org.apache.geronimo.specs
> >                 geronimo-el_1.0_spec
> >                 1.0-M1
> >
> > +
> >
> >                 org.apache.myfaces.core
> >                 myfaces-api
> >                 1.2.6
> >
> > +
> >
> >                 org.apache.myfaces.core
> >                 myfaces-impl
> >                 1.2.6
> >
> > +
> >
> >                 javassist
> >                 javassist
> >                 3.8.0.GA
> >
> > +
> >
> >                 net.sf.scannotation
> >                 scannotation
> >                 1.0.2
> >
> > +
> >
> >                 junit
> >                 junit
> >                 4.5
> >                 test
> >
> > +
> >
> >                 javax.annotation
> >                 jsr250-api
> >                 1.0
> >
> > +
> >
> >                 org.apache.geronimo.specs
> >                 geronimo-jpa_3.0_spec
> >                 1.1.1
> >
> > +
> >
> >                 org.apache.geronimo.specs
> >                 geronimo-interceptor_3.0_spec
> >                 1.0.1
> >
> > +
> >
> >                 org.apache.geronimo.specs
> >                 geronimo-jta_1.1_spec
> >                 1.1.1
> >
> > +
> >
> >                 org.apache.geronimo.specs
> >                 geronimo-jsp_2.1_spec
> >                 1.0.1
> >
> > +
> >
> >                 org.apache.openwebbeans
> >                 atinject-api
> >                 ${openwebbeans.version}
> >
> > +
> >
> >                 org.apache.openwebbeans
> >                 openwebbeans-api
> >                 ${openwebbeans.version}
> >
> > +
> >
> >
> >                 org.apache.openwebbeans
> > @@ -464,24 +512,22 @@
> >
> >
> >                 org.apache.openwebbeans
> > -                atinject-api
> > -                ${openwebbeans.version}
> > -
> > -
> > -                org.apache.openwebbeans
> >                 openwebbeans-jsf
> >                 ${openwebbeans.version}
> >
> > +
> >
> >                 org.apache.openwebbeans
> >                 openwebbeans-jpa
> >                 ${openwebbeans.version}
> >
> > +
> >
> >                 org.apache.openejb
> >                 openejb-core
> >                 3.1.1
> >
> > +
> >
> >                 org.apache.openejb
> >                 openejb-tomcat-catalina
> >
> > Modified: incubator/openwebbeans/trunk/samples/jms-sample/pom.xml
> > URL:
> >
> http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/jms-sample/pom.xml?rev=829349&r1=829348&r2=829349&view=diff
> >
> ==============================================================================
> > --- incubator/openwebbeans/trunk/samples/jms-sample/pom.xml (original)
> > +++ incubator/openwebbeans/trunk/samples/jms-sample/pom.xml Sat Oct 24
> 11:55:21
> > 2009
> > @@ -54,14 +54,7 @@
> >             openwebbeans-api
> >             1.0.0-incubating-SNAPSHOT
> >
> > -
> > -
> > -
> > -            org.apache.openwebbeans
> > -            openwebbeans-api
> > -            1.0.0-incubating-SNAPSHOT
> > -
> > -
> > +
> >
> >
> >             org.apache.openwebbeans
> >
> > Modified: incubator/openwebbeans/trunk/webbeans-porting/pom.xml
> > URL:
> >
> http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-porting/pom.xml?rev=829349&r1=829348&r2=829349&view=diff
> >
> ==============================================================================
> > --- incubator/openwebbeans/trunk/webbeans-porting/pom.xml (original)
> > +++ incubator/openwebbeans/trunk/webbeans-porting/pom.xml Sat Oct 24
> 11:55:21
> > 2009
> > @@ -51,25 +51,25 @@
> >             geronimo-jpa_3.0_spec
> >
> >
> > -
> > -              org.apache.geronimo.specs
> > -            geronimo-servlet_2.5_spec
> > -
> > -
> > -
> > -            org.apache.geronimo.specs
> > -            geronimo-jta_1.1_spec
> > -
> > -
> > -
> > -            javax.annotation
> > -            jsr250-api
> > -
> > -
> > -
> > -            org.apache.geronimo.specs
> > -            geronimo-interceptor_3.0_spec
> > -
> > +
> > +          org.apache.geronimo.specs
> > +        geronimo-servlet_2.5_spec
> > +
> > +
> > +
> > +        org.apache.geronimo.specs
> > +        geronimo-jta_1.1_spec
> > +
> > +
> > +
> > +        javax.annotation
> > +        jsr250-api
> > +
> > +
> > +
> > +        org.apache.geronimo.specs
> > +        geronimo-interceptor_3.0_spec
> > +
> >
> >
> >           org.jboss.jsr299.tck
>
>
>
>
>

AW: svn commit: r829349 - in /incubator/openwebbeans/trunk: pom.xml samples/jms-sample/pom.xml webbeans-porting/pom.xml

Posted by Mark Struberg <st...@yahoo.de>.
Hi!

Back again with no broken bones ;)


Just a question: for what I remember, there is a rule on mavens central repo that it must be self contained.

So we imho are not allowed to add those foreign repos to our poms:

* http://repository.jboss.org/maven2
* http://download.java.net/maven/1

Did I misunderstand something?

Btw, I also think JBoss folks started publishing their final artifacts to maven.central already.

LieGrue,
strub



----- Ursprüngliche Mail ----
> Von: "gerdogdu@apache.org" <ge...@apache.org>
> An: openwebbeans-commits@incubator.apache.org
> Gesendet: Samstag, den 24. Oktober 2009, 13:55:22 Uhr
> Betreff: svn commit: r829349 - in /incubator/openwebbeans/trunk: pom.xml samples/jms-sample/pom.xml webbeans-porting/pom.xml
> 
> Author: gerdogdu
> Date: Sat Oct 24 11:55:21 2009
> New Revision: 829349
> 
> URL: http://svn.apache.org/viewvc?rev=829349&view=rev
> Log:
> Updating poms. Thanks to Paul J. Reder for comments.
> 
> Modified:
>     incubator/openwebbeans/trunk/pom.xml
>     incubator/openwebbeans/trunk/samples/jms-sample/pom.xml
>     incubator/openwebbeans/trunk/webbeans-porting/pom.xml
> 
> Modified: incubator/openwebbeans/trunk/pom.xml
> URL: 
> http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=829349&r1=829348&r2=829349&view=diff
> ==============================================================================
> --- incubator/openwebbeans/trunk/pom.xml (original)
> +++ incubator/openwebbeans/trunk/pom.xml Sat Oct 24 11:55:21 2009
> @@ -347,107 +347,155 @@
>   
>     
>     
> -        
> -            java.net
> -            http://download.java.net/maven/1
> -            legacy
> -        
> +
> +          
> +        java.net
> +        http://download.java.net/maven/1
> +        legacy
> +      
> +
> +          
> +            
> +            repository.jboss.org
> +            JBoss Repository
> +            http://repository.jboss.org/maven2
> +          
> +
> +          
> +            snapshots.jboss.org
> +            JBoss Snapshots Repository
> +            http://snapshots.jboss.org/maven2
> +            
> +              false
> +            
> +            
> +              true
> +              always
> +            
> +          
> +
> +          
> +            repo1.maven.org
> +            Maven repository (for cdi-api)
> +            http://repo1.maven.org/maven2
> +          
> +
>     
> 
>     
> +
>         
> +
>             
>                 log4j
>                 log4j
>                 1.2.14
>             
> +
>             
>                 org.apache.geronimo.specs
>                 geronimo-jaxws_2.1_spec
>                 1.0
>             
> +
>             
>                 org.apache.geronimo.specs
>                 geronimo-servlet_2.5_spec
>                 1.2
>             
> +
>             
>                 dom4j
>                 dom4j
>                 1.6.1
>             
> +
>             
>                 org.apache.geronimo.specs 
>                 
>                 geronimo-ejb_3.0_spec
>                 1.0-M1
>             
> +
>             
>                 org.apache.geronimo.specs
>                 geronimo-el_1.0_spec
>                 1.0-M1
>             
> +
>             
>                 org.apache.myfaces.core
>                 myfaces-api
>                 1.2.6
>             
> +
>             
>                 org.apache.myfaces.core
>                 myfaces-impl
>                 1.2.6
>             
> +
>             
>                 javassist
>                 javassist
>                 3.8.0.GA
>             
> +
>             
>                 net.sf.scannotation
>                 scannotation
>                 1.0.2
>             
> +
>             
>                 junit
>                 junit
>                 4.5
>                 test
>             
> +
>             
>                 javax.annotation
>                 jsr250-api
>                 1.0
>             
> +
>             
>                 org.apache.geronimo.specs
>                 geronimo-jpa_3.0_spec
>                 1.1.1
>             
> +
>             
>                 org.apache.geronimo.specs
>                 geronimo-interceptor_3.0_spec
>                 1.0.1
>             
> +
>             
>                 org.apache.geronimo.specs
>                 geronimo-jta_1.1_spec
>                 1.1.1
>             
> +
>             
>                 org.apache.geronimo.specs
>                 geronimo-jsp_2.1_spec
>                 1.0.1
>             
> +
>             
>                 org.apache.openwebbeans
>                 atinject-api
>                 ${openwebbeans.version}
>             
> +
>             
>                 org.apache.openwebbeans
>                 openwebbeans-api
>                 ${openwebbeans.version}
>             
> +
>             
>             
>                 org.apache.openwebbeans
> @@ -464,24 +512,22 @@
> 
>             
>                 org.apache.openwebbeans
> -                atinject-api
> -                ${openwebbeans.version}
> -            
> -            
> -                org.apache.openwebbeans
>                 openwebbeans-jsf
>                 ${openwebbeans.version}
>             
> +
>             
>                 org.apache.openwebbeans
>                 openwebbeans-jpa
>                 ${openwebbeans.version}
>             
> +
>             
>                 org.apache.openejb
>                 openejb-core
>                 3.1.1
>             
> +
>             
>                 org.apache.openejb
>                 openejb-tomcat-catalina
> 
> Modified: incubator/openwebbeans/trunk/samples/jms-sample/pom.xml
> URL: 
> http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/jms-sample/pom.xml?rev=829349&r1=829348&r2=829349&view=diff
> ==============================================================================
> --- incubator/openwebbeans/trunk/samples/jms-sample/pom.xml (original)
> +++ incubator/openwebbeans/trunk/samples/jms-sample/pom.xml Sat Oct 24 11:55:21 
> 2009
> @@ -54,14 +54,7 @@
>             openwebbeans-api
>             1.0.0-incubating-SNAPSHOT
>         
> -        
> -        
> -        
> -            org.apache.openwebbeans
> -            openwebbeans-api
> -            1.0.0-incubating-SNAPSHOT
> -                
> -        
> +                
>         
>         
>             org.apache.openwebbeans
> 
> Modified: incubator/openwebbeans/trunk/webbeans-porting/pom.xml
> URL: 
> http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-porting/pom.xml?rev=829349&r1=829348&r2=829349&view=diff
> ==============================================================================
> --- incubator/openwebbeans/trunk/webbeans-porting/pom.xml (original)
> +++ incubator/openwebbeans/trunk/webbeans-porting/pom.xml Sat Oct 24 11:55:21 
> 2009
> @@ -51,25 +51,25 @@
>             geronimo-jpa_3.0_spec
>         
> 
> -        
> -              org.apache.geronimo.specs
> -            geronimo-servlet_2.5_spec
> -        
> -
> -        
> -            org.apache.geronimo.specs
> -            geronimo-jta_1.1_spec
> -        
> -
> -        
> -            javax.annotation
> -            jsr250-api
> -        
> -
> -        
> -            org.apache.geronimo.specs
> -            geronimo-interceptor_3.0_spec
> -        
> +    
> +          org.apache.geronimo.specs
> +        geronimo-servlet_2.5_spec
> +    
> +
> +    
> +        org.apache.geronimo.specs
> +        geronimo-jta_1.1_spec
> +    
> +
> +    
> +        javax.annotation
> +        jsr250-api
> +    
> +
> +    
> +        org.apache.geronimo.specs
> +        geronimo-interceptor_3.0_spec
> +    
> 
>         
>           org.jboss.jsr299.tck