Author: tveronezi
Date: Sun Apr 10 23:04:03 2011
New Revision: 1090907

URL: http://svn.apache.org/viewvc?rev=1090907&view=rev
Log:
*removing ejb31-api-experimental - using javaee-api instead
*new project: javaee-web-api. This project contains web related jars only 
(avoid conflicts with tomcat lib)

Added:
    openejb/branches/openejb-3.2.x/deps/
    openejb/branches/openejb-3.2.x/deps/javaee-api/
    openejb/branches/openejb-3.2.x/deps/javaee-api/pom.xml
    openejb/branches/openejb-3.2.x/deps/javaee-web-api/
    openejb/branches/openejb-3.2.x/deps/javaee-web-api/pom.xml
    openejb/branches/openejb-3.2.x/deps/pom.xml
Removed:
    openejb/branches/openejb-3.2.x/api/
Modified:
    
openejb/branches/openejb-3.2.x/assembly/openejb-tomcat/openejb-tomcat-bundle/tomee6/pom.xml
    openejb/branches/openejb-3.2.x/examples/webapps/ejb-examples/pom.xml
    openejb/branches/openejb-3.2.x/examples/webapps/moviefun/pom.xml
    openejb/branches/openejb-3.2.x/itests/openejb-itests-beans/pom.xml
    openejb/branches/openejb-3.2.x/itests/openejb-itests-servlets/pom.xml
    openejb/branches/openejb-3.2.x/server/openejb-http/pom.xml

Modified: 
openejb/branches/openejb-3.2.x/assembly/openejb-tomcat/openejb-tomcat-bundle/tomee6/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/assembly/openejb-tomcat/openejb-tomcat-bundle/tomee6/pom.xml?rev=1090907&r1=1090906&r2=1090907&view=diff
==============================================================================
--- 
openejb/branches/openejb-3.2.x/assembly/openejb-tomcat/openejb-tomcat-bundle/tomee6/pom.xml
 (original)
+++ 
openejb/branches/openejb-3.2.x/assembly/openejb-tomcat/openejb-tomcat-bundle/tomee6/pom.xml
 Sun Apr 10 23:04:03 2011
@@ -57,6 +57,12 @@
                        <version>${project.version}</version>
                        <type>jar</type>
                        <scope>compile</scope>
+                       <exclusions>
+                               <exclusion>
+                             <groupId>org.apache.openejb</groupId>
+                             <artifactId>javaee-web-api</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
                <dependency>
                        <groupId>${project.groupId}</groupId>

Added: openejb/branches/openejb-3.2.x/deps/javaee-api/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/deps/javaee-api/pom.xml?rev=1090907&view=auto
==============================================================================
--- openejb/branches/openejb-3.2.x/deps/javaee-api/pom.xml (added)
+++ openejb/branches/openejb-3.2.x/deps/javaee-api/pom.xml Sun Apr 10 23:04:03 
2011
@@ -0,0 +1,230 @@
+<?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
+
+       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";>
+  <parent>
+    <artifactId>deps</artifactId>
+    <groupId>org.apache.openejb</groupId>
+    <version>4.0.0-SNAPSHOT</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>javaee-api</artifactId>
+  <packaging>jar</packaging>
+  <name>OpenEJB :: Dependencies :: JavaEE API</name>
+  <version>6.0-SNAPSHOT</version>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-shade-plugin</artifactId>
+        <version>1.2</version>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>shade</goal>
+            </goals>
+            <configuration>
+              <filters>
+                <filter>
+                  
<artifact>org.apache.geronimo.specs:geronimo-ejb_3.1_spec</artifact>
+                  <includes>
+                    <include>javax/ejb/**</include>
+                  </includes>
+                </filter>
+              </filters>
+              <transformers>
+                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+                  <manifestEntries>
+                    <Export-Package>javax.xml, javax.xml.ws, 
javax.xml.ws.handler, javax.xml.ws.handler.soap,
+                      javax.xml.ws.spi, javax.xml.ws.http, 
javax.xml.ws.soap,javax.xml.soap, javax.xml.namespace,
+                      javax.xml.registry, javax.xml.registry.infomodel, 
javax.xml.rpc, javax.xml.rpc.encoding,
+                      javax.xml.rpc.handler, javax.xml.rpc.handler.soap, 
javax.xml.rpc.holders, javax.xml.rpc.server,
+                      javax.xml.rpc.soap, javax.xml.stream, 
javax.xml.stream.events, javax.xml.stream.util,
+                      javax.xml.bind, javax.xml.bind.annotation, 
javax.xml.bind.annotation.adapters,
+                      javax.xml.bind.attachment, javax.xml.bind.helpers, 
javax.xml.bind.util, javax.mail,
+                      javax.mail.event, javax.mail.internet, 
javax.mail.search, javax.mail.util, javax.activation,
+                      javax.annotation, javax.annotation.security, javax.ejb, 
javax.ejb.spi, javax.interceptor,
+                      javax.resource, javax.resource.cci, javax.resource.spi, 
javax.resource.spi.endpoint,
+                      javax.resource.spi.security, javax.resource.spi.work, 
javax.enterprise, javax.enterprise.deploy,
+                      javax.enterprise.deploy.model, 
javax.enterprise.deploy.model.exceptions,
+                      javax.enterprise.deploy.shared, 
javax.enterprise.deploy.shared.factories,
+                      javax.enterprise.deploy.spi, 
javax.enterprise.deploy.spi.exceptions,
+                      javax.enterprise.deploy.spi.factories, 
javax.enterprise.deploy.spi.status, javax.management,
+                      javax.management.j2ee, javax.management.j2ee.statistics, 
javax.security, javax.security.jacc,
+                      javax.jms, javax.persistence, javax.persistence.spi, 
javax.transaction;version="5.0",
+                      javax.transaction.xa;version="5.0", javax.servlet, 
javax.servlet.http, javax.servlet.resources,
+                      javax.jws, javax.jws.soap, org.apache.geronimo, 
org.apache.geronimo.mail,
+                      org.apache.geronimo.mail.handlers, 
org.apache.geronimo.mail.util
+                    </Export-Package>
+                  </manifestEntries>
+                </transformer>
+              </transformers>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.4</version>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <unzip 
src="${project.build.directory}/javaee-api-${project.version}.jar"
+                       dest="${project.build.directory}/classes"/>
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-activation_1.1_spec</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-annotation_1.1_spec</artifactId>
+      <version>1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-atinject_1.0_spec</artifactId>
+      <version>1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-ccpp_1.0_spec</artifactId>
+      <version>1.0-beta</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-ejb_3.1_spec</artifactId>
+      <version>1.0.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-interceptor_1.1_spec</artifactId>
+      <version>1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-j2ee-connector_1.6_spec</artifactId>
+      <version>1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
+      <version>1.0.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jacc_1.4_spec</artifactId>
+      <version>1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jaspic_1.0_spec</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-j2ee-deployment_1.1_spec</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jaxb_2.2_spec</artifactId>
+      <version>1.0.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jaxr_1.0_spec</artifactId>
+      <version>2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jaxrpc_1.1_spec</artifactId>
+      <version>2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jaxws_2.2_spec</artifactId>
+      <version>1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jcdi_1.0_spec</artifactId>
+      <version>1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jms_1.1_spec</artifactId>
+      <version>1.1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jpa_2.0_spec</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jsp_2.2_spec</artifactId>
+      <version>1.0</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-saaj_1.3_spec</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-stax-api_1.2_spec</artifactId>
+      <version>1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-validation_1.0_spec</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
+      <version>1.1.3</version>
+    </dependency>
+  </dependencies>
+
+</project>

Added: openejb/branches/openejb-3.2.x/deps/javaee-web-api/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/deps/javaee-web-api/pom.xml?rev=1090907&view=auto
==============================================================================
--- openejb/branches/openejb-3.2.x/deps/javaee-web-api/pom.xml (added)
+++ openejb/branches/openejb-3.2.x/deps/javaee-web-api/pom.xml Sun Apr 10 
23:04:03 2011
@@ -0,0 +1,120 @@
+<?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
+
+       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";>
+  <parent>
+    <artifactId>deps</artifactId>
+    <groupId>org.apache.openejb</groupId>
+    <version>4.0.0-SNAPSHOT</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>javaee-web-api</artifactId>
+  <packaging>jar</packaging>
+  <name>OpenEJB :: Dependencies :: JavaEE API</name>
+  <version>6.0-SNAPSHOT</version>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-shade-plugin</artifactId>
+        <version>1.2</version>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>shade</goal>
+            </goals>
+            <configuration>
+              <filters>
+                <filter>
+                  
<artifact>org.apache.geronimo.specs:geronimo-ejb_3.1_spec</artifact>
+                  <includes>
+                    <include>javax/ejb/**</include>
+                  </includes>
+                </filter>
+              </filters>
+              <transformers>
+                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+                  <manifestEntries>
+                    <Export-Package>javax.xml, javax.xml.ws, 
javax.xml.ws.handler, javax.xml.ws.handler.soap,
+                      javax.xml.ws.spi, javax.xml.ws.http, 
javax.xml.ws.soap,javax.xml.soap, javax.xml.namespace,
+                      javax.xml.registry, javax.xml.registry.infomodel, 
javax.xml.rpc, javax.xml.rpc.encoding,
+                      javax.xml.rpc.handler, javax.xml.rpc.handler.soap, 
javax.xml.rpc.holders, javax.xml.rpc.server,
+                      javax.xml.rpc.soap, javax.xml.stream, 
javax.xml.stream.events, javax.xml.stream.util,
+                      javax.xml.bind, javax.xml.bind.annotation, 
javax.xml.bind.annotation.adapters,
+                      javax.xml.bind.attachment, javax.xml.bind.helpers, 
javax.xml.bind.util, javax.mail,
+                      javax.mail.event, javax.mail.internet, 
javax.mail.search, javax.mail.util, javax.activation,
+                      javax.annotation, javax.annotation.security, javax.ejb, 
javax.ejb.spi, javax.interceptor,
+                      javax.resource, javax.resource.cci, javax.resource.spi, 
javax.resource.spi.endpoint,
+                      javax.resource.spi.security, javax.resource.spi.work, 
javax.enterprise, javax.enterprise.deploy,
+                      javax.enterprise.deploy.model, 
javax.enterprise.deploy.model.exceptions,
+                      javax.enterprise.deploy.shared, 
javax.enterprise.deploy.shared.factories,
+                      javax.enterprise.deploy.spi, 
javax.enterprise.deploy.spi.exceptions,
+                      javax.enterprise.deploy.spi.factories, 
javax.enterprise.deploy.spi.status, javax.management,
+                      javax.management.j2ee, javax.management.j2ee.statistics, 
javax.security, javax.security.jacc,
+                      javax.jms, javax.persistence, javax.persistence.spi, 
javax.transaction;version="5.0",
+                      javax.transaction.xa;version="5.0", javax.servlet, 
javax.servlet.http, javax.servlet.resources,
+                      javax.jws, javax.jws.soap, org.apache.geronimo, 
org.apache.geronimo.mail,
+                      org.apache.geronimo.mail.handlers, 
org.apache.geronimo.mail.util
+                    </Export-Package>
+                  </manifestEntries>
+                </transformer>
+              </transformers>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.4</version>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <unzip 
src="${project.build.directory}/javaee-web-api-${project.version}.jar"
+                       dest="${project.build.directory}/classes"/>
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-el_2.2_spec</artifactId>
+      <version>1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-servlet_3.0_spec</artifactId>
+      <version>1.0</version>
+    </dependency>
+  </dependencies>
+
+</project>

Added: openejb/branches/openejb-3.2.x/deps/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/deps/pom.xml?rev=1090907&view=auto
==============================================================================
--- openejb/branches/openejb-3.2.x/deps/pom.xml (added)
+++ openejb/branches/openejb-3.2.x/deps/pom.xml Sun Apr 10 23:04:03 2011
@@ -0,0 +1,33 @@
+<?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
+
+       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";>
+  <parent>
+    <artifactId>openejb</artifactId>
+    <groupId>org.apache.openejb</groupId>
+    <version>4.0.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>deps</artifactId>
+  <packaging>pom</packaging>
+  <name>OpenEJB :: Dependencies</name>
+
+  <modules>
+    <module>javaee-api</module>
+  </modules>
+</project>

Modified: openejb/branches/openejb-3.2.x/examples/webapps/ejb-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/webapps/ejb-examples/pom.xml?rev=1090907&r1=1090906&r2=1090907&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/webapps/ejb-examples/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/webapps/ejb-examples/pom.xml Sun 
Apr 10 23:04:03 2011
@@ -34,6 +34,12 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.openejb</groupId>
+      <artifactId>javaee-web-api</artifactId>
+      <version>6.0-SNAPSHOT</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>4.4</version>

Modified: openejb/branches/openejb-3.2.x/examples/webapps/moviefun/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/webapps/moviefun/pom.xml?rev=1090907&r1=1090906&r2=1090907&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/webapps/moviefun/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/webapps/moviefun/pom.xml Sun Apr 10 
23:04:03 2011
@@ -35,6 +35,12 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.openejb</groupId>
+      <artifactId>javaee-web-api</artifactId>
+      <version>6.0-SNAPSHOT</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>4.4</version>

Modified: openejb/branches/openejb-3.2.x/itests/openejb-itests-beans/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/itests/openejb-itests-beans/pom.xml?rev=1090907&r1=1090906&r2=1090907&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/itests/openejb-itests-beans/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/itests/openejb-itests-beans/pom.xml Sun Apr 
10 23:04:03 2011
@@ -34,6 +34,12 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.openejb</groupId>
+      <artifactId>javaee-web-api</artifactId>
+      <version>6.0-SNAPSHOT</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>compile</scope>

Modified: openejb/branches/openejb-3.2.x/itests/openejb-itests-servlets/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/itests/openejb-itests-servlets/pom.xml?rev=1090907&r1=1090906&r2=1090907&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/itests/openejb-itests-servlets/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/itests/openejb-itests-servlets/pom.xml Sun 
Apr 10 23:04:03 2011
@@ -35,6 +35,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.openejb</groupId>
+      <artifactId>javaee-web-api</artifactId>
+      <version>6.0-SNAPSHOT</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.openejb</groupId>
       <artifactId>openejb-itests-beans</artifactId>
       <version>${project.version}</version>
       <type>ejb</type>

Modified: openejb/branches/openejb-3.2.x/server/openejb-http/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/server/openejb-http/pom.xml?rev=1090907&r1=1090906&r2=1090907&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/server/openejb-http/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/server/openejb-http/pom.xml Sun Apr 10 
23:04:03 2011
@@ -83,6 +83,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.openejb</groupId>
+      <artifactId>javaee-web-api</artifactId>
+      <version>6.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.openejb</groupId>
       <artifactId>openejb-core</artifactId>
       <version>${project.version}</version>
     </dependency>


Reply via email to