You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2007/01/19 13:51:02 UTC

svn commit: r497795 - /incubator/openejb/trunk/openejb3/container/openejb-persistence/pom.xml

Author: jlaskowski
Date: Fri Jan 19 04:51:01 2007
New Revision: 497795

URL: http://svn.apache.org/viewvc?view=rev&rev=497795
Log:
Whoops...cyclic dependency...how I could not have spot it before?

Modified:
    incubator/openejb/trunk/openejb3/container/openejb-persistence/pom.xml

Modified: incubator/openejb/trunk/openejb3/container/openejb-persistence/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/container/openejb-persistence/pom.xml?view=diff&rev=497795&r1=497794&r2=497795
==============================================================================
--- incubator/openejb/trunk/openejb3/container/openejb-persistence/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/container/openejb-persistence/pom.xml Fri Jan 19 04:51:01 2007
@@ -16,6 +16,9 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
+
+<!-- $Rev$ $Date$ -->
+
 <project>
   <parent>
     <artifactId>container</artifactId>
@@ -69,11 +72,6 @@
     </plugins>
   </build>
   <dependencies>
-    <dependency>
-      <groupId>org.apache.openejb</groupId>
-      <artifactId>openejb-core</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
     <dependency>
       <groupId>asm</groupId>
       <artifactId>asm</artifactId>