You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2012/09/16 22:39:05 UTC

svn commit: r1385368 - /openejb/trunk/openejb/examples/pom.xml

Author: rmannibucau
Date: Sun Sep 16 20:39:05 2012
New Revision: 1385368

URL: http://svn.apache.org/viewvc?rev=1385368&view=rev
Log:
avoid duplicate def

Modified:
    openejb/trunk/openejb/examples/pom.xml

Modified: openejb/trunk/openejb/examples/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/pom.xml?rev=1385368&r1=1385367&r2=1385368&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/pom.xml (original)
+++ openejb/trunk/openejb/examples/pom.xml Sun Sep 16 20:39:05 2012
@@ -42,7 +42,6 @@
     <module>cdi-ejbcontext-jaas</module>
     <module>cdi-events</module>
     <module>cdi-interceptors</module>
-    <module>cdi-query</module>
     <module>cdi-request-scope</module>
     <module>cdi-application-scope</module>
     <module>cdi-produces-disposes</module>