Blob Blame History Raw
From 003125dc826417e1bf41b4a1bc344eeca715e3cf Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Thu, 14 Jun 2012 10:33:03 +0200
Subject: [PATCH 1/2] Remove openejb from dependencies

---
 pom.xml |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8ddbbc2..a627c48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -528,13 +528,6 @@ target platform and specify -Dntdll_target=msbuild on the mvn command line.
       <version>1.4.3</version>
       <optional>true</optional>
     </dependency>
-    <dependency>
-      <groupId>org.apache.openejb</groupId>
-      <artifactId>javaee-api</artifactId>
-      <version>5.0-2</version>
-      <type>jar</type>
-      <scope>provided</scope>
-    </dependency>
     <!--  the following dependency is not needed on JDK 1.5 and higher 
     <dependency>
       <groupId>com.sun.jmx</groupId>
-- 
1.7.10.2