openejb-api should bring back transitively mbean-annotation-api otherwise as a user it is broken since it is really part of our api now.
Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau ---------- Forwarded message ---------- From: <[email protected]> Date: 2014-09-18 15:46 GMT+02:00 Subject: svn commit: r1625978 - in /tomee/tomee/branches/tomee-1.7.x/container: mbean-annotation-api/pom.xml openejb-api/pom.xml To: [email protected] Author: andygumbrecht Date: Thu Sep 18 13:46:21 2014 New Revision: 1625978 URL: http://svn.apache.org/r1625978 Log: Reactor order Modified: tomee/tomee/branches/tomee-1.7.x/container/mbean-annotation-api/pom.xml tomee/tomee/branches/tomee-1.7.x/container/openejb-api/pom.xml Modified: tomee/tomee/branches/tomee-1.7.x/container/mbean-annotation-api/pom.xml URL: http://svn.apache.org/viewvc/tomee/tomee/branches/tomee-1.7.x/container/mbean-annotation-api/pom.xml?rev=1625978&r1=1625977&r2=1625978&view=diff ============================================================================== --- tomee/tomee/branches/tomee-1.7.x/container/mbean-annotation-api/pom.xml (original) +++ tomee/tomee/branches/tomee-1.7.x/container/mbean-annotation-api/pom.xml Thu Sep 18 13:46:21 2014 @@ -19,11 +19,15 @@ <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> <artifactId>container</artifactId> <groupId>org.apache.openejb</groupId> <version>4.7.2-SNAPSHOT</version> </parent> + <artifactId>mbean-annotation-api</artifactId> <name>OpenEJB :: Container :: MBean Annotation API</name> + <packaging>jar</packaging> + </project> Modified: tomee/tomee/branches/tomee-1.7.x/container/openejb-api/pom.xml URL: http://svn.apache.org/viewvc/tomee/tomee/branches/tomee-1.7.x/container/openejb-api/pom.xml?rev=1625978&r1=1625977&r2=1625978&view=diff ============================================================================== --- tomee/tomee/branches/tomee-1.7.x/container/openejb-api/pom.xml (original) +++ tomee/tomee/branches/tomee-1.7.x/container/openejb-api/pom.xml Thu Sep 18 13:46:21 2014 @@ -31,12 +31,5 @@ <artifactId>openejb-api</artifactId> <name>OpenEJB :: Container :: API</name> - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>mbean-annotation-api</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> </project>
