You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2010/06/02 14:10:00 UTC

svn commit: r950516 - /openwebbeans/trunk/atinject-tck/pom.xml

Author: struberg
Date: Wed Jun  2 12:10:00 2010
New Revision: 950516

URL: http://svn.apache.org/viewvc?rev=950516&view=rev
Log:
OWB-209 remove unused jboss repository from our pom.

Modified:
    openwebbeans/trunk/atinject-tck/pom.xml

Modified: openwebbeans/trunk/atinject-tck/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/atinject-tck/pom.xml?rev=950516&r1=950515&r2=950516&view=diff
==============================================================================
--- openwebbeans/trunk/atinject-tck/pom.xml (original)
+++ openwebbeans/trunk/atinject-tck/pom.xml Wed Jun  2 12:10:00 2010
@@ -1,20 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
-	<!--
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
 
-		Licensed to the Apache Software Foundation (ASF) under one or more
-		contributor license agreements. See the NOTICE file distributed with
-		this work for additional information regarding copyright ownership.
-		The ASF licenses this file to You under the Apache License, Version
-		2.0 (the "License"); you may not use this file except in compliance
-		with the License. You may obtain a copy of the License at
-
-		http://www.apache.org/licenses/LICENSE-2.0 Unless required by
-		applicable law or agreed to in writing, software distributed under the
-		License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
-		CONDITIONS OF ANY KIND, either express or implied. See the License for
-		the specific language governing permissions and limitations under the
-		License.
-	-->
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
 
 <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>
@@ -27,74 +29,65 @@
     <name>Apache OpenWebBeans :: OpenWebBeans JSR-330 TCK</name>
     <packaging>jar</packaging>
     <description>JSR-330 TCK Suite</description>
-        
-	 <repositories>
-	    <repository>
-	      <releases />
-	      <id>repository.jboss.org</id>
-	      <name>JBoss Repository</name>
-	      <url>http://repository.jboss.org/maven2</url>
-	    </repository>
-	</repositories>    
-    
-	<build>
-	    <plugins>
-	      <plugin>
-	        <groupId>org.apache.maven.plugins</groupId>
-	        <artifactId>maven-surefire-plugin</artifactId>
-	        <version>2.4.3</version>
-	        <configuration>
-	          <includes>
-	            <include>**/OpenWebBeansAtInjectTck.java</include>
-	          </includes>
-	        </configuration>
-	      </plugin>
-	    </plugins>
-	  </build>
-    
-    
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.4.3</version>
+                <configuration>
+                    <includes>
+                        <include>**/OpenWebBeansAtInjectTck.java</include>
+                    </includes>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+
     <dependencies>
-       <dependency>
-         <groupId>org.atinject</groupId>
-         <artifactId>inject-tck</artifactId>
-         <version>1.0.0-PFD-3</version>
-         <scope>test</scope>
-         <exclusions>
-             <exclusion>
-	            <groupId>javax.inject</groupId>
-                <artifactId>javax.inject</artifactId>
-         	</exclusion>
-         </exclusions>
-      </dependency>
-
-         <dependency>
-                 <groupId>org.apache.geronimo.specs</groupId>
-                 <artifactId>geronimo-atinject_1.0_spec</artifactId>
-                 <version>${geronimo_atinject.version}</version>
-                 <scope>test</scope>
-         </dependency>
+        <dependency>
+            <groupId>org.atinject</groupId>
+            <artifactId>inject-tck</artifactId>
+            <version>1.0.0-PFD-3</version>
+            <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.inject</groupId>
+                    <artifactId>javax.inject</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-atinject_1.0_spec</artifactId>
+            <version>${geronimo_atinject.version}</version>
+            <scope>test</scope>
+        </dependency>
 
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
             <artifactId>openwebbeans-porting</artifactId>
             <scope>test</scope>
         </dependency>
-                
+
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
         </dependency>
         <dependency>
-        	<groupId>org.apache.openejb</groupId>
-        	<artifactId>openejb-core</artifactId>
-        	<version>3.1.2</version>
+            <groupId>org.apache.openejb</groupId>
+            <artifactId>openejb-core</artifactId>
+            <version>3.1.2</version>
         </dependency>
         <dependency>
-        	<groupId>org.apache.geronimo.specs</groupId>
-        	<artifactId>geronimo-validation_1.0_spec</artifactId>
-        	<version>1.0-CR5</version>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-validation_1.0_spec</artifactId>
+            <version>1.0-CR5</version>
         </dependency>
-        
-        
+
+
     </dependencies>
 </project>