I am facing a small problem while integrating my blueprint maven plugin into the aries trunk.

To support the JEE @Transactional annotation I use the dependency:
        <dependency>
            <groupId>javax.transaction</groupId>
<artifactId>javax.transaction-api</artifactId>
            <version>1.2</version>
        </dependency>

Unfortunately the jar only works in Java 7 while aries generally is still using Java 6 level.

Is it ok to switch the blueprint maven plugin to Java 7 level? If not then is there another way to support this annotation?

Christian

--
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
http://www.talend.com

Reply via email to