Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 1 | <!-- |
Clement Escoffier | 78c79b4 | 2010-09-11 09:12:25 +0000 | [diff] [blame] | 2 | Licensed to the Apache Software Foundation (ASF) under one |
| 3 | or more contributor license agreements. See the NOTICE file |
| 4 | distributed with this work for additional information |
| 5 | regarding copyright ownership. The ASF licenses this file |
| 6 | to you under the Apache License, Version 2.0 (the |
| 7 | "License"); you may not use this file except in compliance |
| 8 | with the License. You may obtain a copy of the License at |
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 9 | |
Clement Escoffier | 78c79b4 | 2010-09-11 09:12:25 +0000 | [diff] [blame] | 10 | http://www.apache.org/licenses/LICENSE-2.0 |
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 11 | |
Clement Escoffier | 78c79b4 | 2010-09-11 09:12:25 +0000 | [diff] [blame] | 12 | Unless required by applicable law or agreed to in writing, |
| 13 | software distributed under the License is distributed on an |
| 14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | KIND, either express or implied. See the License for the |
| 16 | specific language governing permissions and limitations |
| 17 | under the License. |
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 18 | --> |
Clement Escoffier | ea9dac4 | 2009-06-21 09:34:37 +0000 | [diff] [blame] | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 20 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
Clement Escoffier | 78c79b4 | 2010-09-11 09:12:25 +0000 | [diff] [blame] | 21 | <parent> |
| 22 | <groupId>ipojo.tests</groupId> |
| 23 | <artifactId>ipojo.tests</artifactId> |
| 24 | <version>1.5.0-SNAPSHOT</version> |
Clement Escoffier | 8768456 | 2011-08-18 11:36:08 +0000 | [diff] [blame] | 25 | <relativePath>../../pom.xml</relativePath> |
Clement Escoffier | 78c79b4 | 2010-09-11 09:12:25 +0000 | [diff] [blame] | 26 | </parent> |
Clement Escoffier | ea9dac4 | 2009-06-21 09:34:37 +0000 | [diff] [blame] | 27 | <modelVersion>4.0.0</modelVersion> |
Clement Escoffier | f4dd2f2 | 2009-06-21 12:25:22 +0000 | [diff] [blame] | 28 | <groupId>ipojo.tests</groupId> |
| 29 | <artifactId>tests.transactions</artifactId> |
Clement Escoffier | ea9dac4 | 2009-06-21 09:34:37 +0000 | [diff] [blame] | 30 | <packaging>jar</packaging> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 31 | <version>1.5.0-SNAPSHOT</version> |
Clement Escoffier | f4dd2f2 | 2009-06-21 12:25:22 +0000 | [diff] [blame] | 32 | <name>iPOJO Transaction Handler Test Suite</name> |
Clement Escoffier | ea9dac4 | 2009-06-21 09:34:37 +0000 | [diff] [blame] | 33 | <dependencies> |
| 34 | <dependency> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 35 | <groupId>org.apache.felix</groupId> |
| 36 | <artifactId>org.apache.felix.ipojo</artifactId> |
Clement Escoffier | 057f158 | 2012-04-21 11:03:41 +0000 | [diff] [blame] | 37 | <version>${ipojo.core.snapshot}</version> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 38 | </dependency> |
| 39 | <dependency> |
| 40 | <groupId>org.apache.felix</groupId> |
| 41 | <artifactId>org.apache.felix.ipojo.metadata</artifactId> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>org.apache.felix</groupId> |
| 45 | <artifactId>org.apache.felix.ipojo.annotations</artifactId> |
Clement Escoffier | 513ce45 | 2011-02-23 13:35:32 +0000 | [diff] [blame] | 46 | <version>${ipojo.core.release}</version> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 47 | </dependency> |
| 48 | <dependency> |
Clement Escoffier | 55bef21 | 2012-02-09 16:14:14 +0000 | [diff] [blame] | 49 | <groupId>org.ow2.chameleon.transaction</groupId> |
| 50 | <artifactId>geronimo-transaction-service</artifactId> |
Clement Escoffier | 78c79b4 | 2010-09-11 09:12:25 +0000 | [diff] [blame] | 51 | <version>0.0.1-SNAPSHOT</version> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 52 | </dependency> |
Clement Escoffier | 78c79b4 | 2010-09-11 09:12:25 +0000 | [diff] [blame] | 53 | <dependency> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 54 | <groupId>org.apache.felix</groupId> |
| 55 | <artifactId>org.apache.felix.ipojo.handler.transaction</artifactId> |
Clement Escoffier | 134b006 | 2010-05-01 10:46:02 +0000 | [diff] [blame] | 56 | <version>${project.version}</version> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 57 | </dependency> |
Clement Escoffier | 2fdda12 | 2010-04-29 15:53:58 +0000 | [diff] [blame] | 58 | |
Clement Escoffier | 5f7d5a8 | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 59 | <dependency> |
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 60 | <groupId>org.ow2.chameleon.testing</groupId> |
| 61 | <artifactId>osgi-helpers</artifactId> |
Clement Escoffier | 5f7d5a8 | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 62 | </dependency> |
Clement Escoffier | 78c79b4 | 2010-09-11 09:12:25 +0000 | [diff] [blame] | 63 | <!-- Pax Exam API: --> |
| 64 | <dependency> |
| 65 | <groupId>org.ops4j.pax.exam</groupId> |
| 66 | <artifactId>pax-exam</artifactId> |
| 67 | <version>1.2.0</version> |
| 68 | </dependency> |
| 69 | <!-- During runtime Pax Exam will discover the OSGi container to use by |
| 70 | searching metadata available into classpath. Pax Exam comes with a default |
| 71 | container that uses [Pax Runner] for implementing the container requirements: --> |
| 72 | <dependency> |
| 73 | <groupId>org.ops4j.pax.exam</groupId> |
| 74 | <artifactId>pax-exam-container-default |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 75 | </artifactId> |
Clement Escoffier | 78c79b4 | 2010-09-11 09:12:25 +0000 | [diff] [blame] | 76 | <version>1.2.0</version> |
| 77 | </dependency> |
| 78 | <!-- If your test code is based on JUnit you will have to have the Junit |
| 79 | support artifact: --> |
| 80 | <dependency> |
| 81 | <groupId>org.ops4j.pax.exam</groupId> |
| 82 | <artifactId>pax-exam-junit</artifactId> |
| 83 | <version>1.2.0</version> |
| 84 | </dependency> |
| 85 | <dependency> |
| 86 | <groupId>junit</groupId> |
| 87 | <artifactId>junit</artifactId> |
| 88 | <version>4.5</version> |
| 89 | <type>jar</type> |
| 90 | <scope>test</scope> |
| 91 | </dependency> |
| 92 | <!-- Tinybundles --> |
| 93 | <dependency> |
| 94 | <groupId>org.ops4j.pax.swissbox</groupId> |
| 95 | <artifactId>pax-swissbox-tinybundles</artifactId> |
| 96 | <version>1.2.0</version> |
| 97 | </dependency> |
| 98 | <dependency> |
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 99 | <groupId>org.ow2.chameleon.testing</groupId> |
| 100 | <artifactId>tinybundles-ipojo</artifactId> |
Clement Escoffier | 78c79b4 | 2010-09-11 09:12:25 +0000 | [diff] [blame] | 101 | </dependency> |
| 102 | <dependency> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 103 | <groupId>xerces</groupId> |
| 104 | <artifactId>xercesImpl</artifactId> |
| 105 | <version>2.4.0</version> |
| 106 | </dependency> |
Clement Escoffier | 78c79b4 | 2010-09-11 09:12:25 +0000 | [diff] [blame] | 107 | <dependency> |
| 108 | <groupId>org.ops4j.pax.logging</groupId> |
| 109 | <artifactId>pax-logging-api</artifactId> |
| 110 | <version>1.4</version> |
| 111 | </dependency> |
| 112 | <dependency> |
| 113 | <groupId>org.ops4j.pax.logging</groupId> |
| 114 | <artifactId>pax-logging-service</artifactId> |
| 115 | <version>1.4</version> |
| 116 | <exclusions> |
| 117 | <exclusion> |
| 118 | <artifactId>jmxtools</artifactId> |
| 119 | <groupId>com.sun.jdmk</groupId> |
| 120 | </exclusion> |
| 121 | <exclusion> |
| 122 | <artifactId>jmxri</artifactId> |
| 123 | <groupId>com.sun.jmx</groupId> |
| 124 | </exclusion> |
Clement Escoffier | 342a3de | 2010-09-11 09:42:31 +0000 | [diff] [blame] | 125 | <exclusion> |
Clement Escoffier | 513ce45 | 2011-02-23 13:35:32 +0000 | [diff] [blame] | 126 | <artifactId>mail</artifactId> |
| 127 | <groupId>javax.mail</groupId> |
Clement Escoffier | 342a3de | 2010-09-11 09:42:31 +0000 | [diff] [blame] | 128 | </exclusion> |
Clement Escoffier | 78c79b4 | 2010-09-11 09:12:25 +0000 | [diff] [blame] | 129 | </exclusions> |
| 130 | </dependency> |
Clement Escoffier | f4dd2f2 | 2009-06-21 12:25:22 +0000 | [diff] [blame] | 131 | |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 132 | </dependencies> |
Clement Escoffier | f4dd2f2 | 2009-06-21 12:25:22 +0000 | [diff] [blame] | 133 | |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 134 | <repositories> |
| 135 | <repository> |
| 136 | <id>ops4j.releases</id> |
| 137 | <name>OPS4J Release</name> |
| 138 | <url> http://repository.ops4j.org/maven2/</url> |
| 139 | <releases> |
| 140 | <enabled>true</enabled> |
| 141 | </releases> |
| 142 | <snapshots> |
| 143 | <enabled>false</enabled> |
| 144 | </snapshots> |
| 145 | </repository> |
| 146 | </repositories> |
Clement Escoffier | f4dd2f2 | 2009-06-21 12:25:22 +0000 | [diff] [blame] | 147 | |
Clement Escoffier | 78c79b4 | 2010-09-11 09:12:25 +0000 | [diff] [blame] | 148 | <build> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 149 | <plugins> |
| 150 | <plugin> |
| 151 | <groupId>org.apache.maven.plugins</groupId> |
| 152 | <artifactId>maven-compiler-plugin</artifactId> |
| 153 | <configuration> |
| 154 | <source>1.5</source> |
| 155 | <target>1.5</target> |
| 156 | </configuration> |
| 157 | </plugin> |
| 158 | <plugin> |
| 159 | <groupId>org.apache.servicemix.tooling</groupId> |
| 160 | <artifactId>depends-maven-plugin</artifactId> |
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 161 | <version>1.2</version> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 162 | <executions> |
| 163 | <execution> |
| 164 | <id>generate-depends-file</id> |
| 165 | <goals> |
| 166 | <goal>generate-depends-file</goal> |
| 167 | </goals> |
| 168 | </execution> |
| 169 | </executions> |
| 170 | </plugin> |
Clement Escoffier | 78c79b4 | 2010-09-11 09:12:25 +0000 | [diff] [blame] | 171 | </plugins> |
| 172 | </build> |
Clement Escoffier | ea9dac4 | 2009-06-21 09:34:37 +0000 | [diff] [blame] | 173 | </project> |