Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 1 | <!-- |
| 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 |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 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. |
| 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 | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 21 | <parent> |
| 22 | <groupId>ipojo.tests</groupId> |
| 23 | <artifactId>ipojo.tests</artifactId> |
| 24 | <version>1.5.0-SNAPSHOT</version> |
| 25 | </parent> |
Clement Escoffier | ea9dac4 | 2009-06-21 09:34:37 +0000 | [diff] [blame] | 26 | <modelVersion>4.0.0</modelVersion> |
Clement Escoffier | f4dd2f2 | 2009-06-21 12:25:22 +0000 | [diff] [blame] | 27 | <groupId>ipojo.tests</groupId> |
| 28 | <artifactId>tests.transactions</artifactId> |
Clement Escoffier | ea9dac4 | 2009-06-21 09:34:37 +0000 | [diff] [blame] | 29 | <packaging>jar</packaging> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 30 | <version>1.5.0-SNAPSHOT</version> |
Clement Escoffier | f4dd2f2 | 2009-06-21 12:25:22 +0000 | [diff] [blame] | 31 | <name>iPOJO Transaction Handler Test Suite</name> |
Clement Escoffier | ea9dac4 | 2009-06-21 09:34:37 +0000 | [diff] [blame] | 32 | <dependencies> |
| 33 | <dependency> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 34 | <groupId>org.apache.felix</groupId> |
| 35 | <artifactId>org.apache.felix.ipojo</artifactId> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 36 | </dependency> |
| 37 | <dependency> |
| 38 | <groupId>org.apache.felix</groupId> |
| 39 | <artifactId>org.apache.felix.ipojo.metadata</artifactId> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 40 | </dependency> |
| 41 | <dependency> |
| 42 | <groupId>org.apache.felix</groupId> |
| 43 | <artifactId>org.apache.felix.ipojo.annotations</artifactId> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>org.apache.felix</groupId> |
| 47 | <artifactId>org.apache.felix.transaction</artifactId> |
| 48 | <version>0.9.0-SNAPSHOT</version> |
| 49 | </dependency> |
| 50 | <dependency> |
| 51 | <groupId>org.apache.felix</groupId> |
| 52 | <artifactId>org.apache.felix.ipojo.handler.transaction</artifactId> |
Clement Escoffier | 134b006 | 2010-05-01 10:46:02 +0000 | [diff] [blame] | 53 | <version>${project.version}</version> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 54 | </dependency> |
Clement Escoffier | 2fdda12 | 2010-04-29 15:53:58 +0000 | [diff] [blame] | 55 | |
Clement Escoffier | 5f7d5a8 | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 56 | <dependency> |
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 57 | <groupId>org.ow2.chameleon.testing</groupId> |
| 58 | <artifactId>osgi-helpers</artifactId> |
Clement Escoffier | 5f7d5a8 | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 59 | </dependency> |
Clement Escoffier | ea9dac4 | 2009-06-21 09:34:37 +0000 | [diff] [blame] | 60 | <!-- |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 61 | Pax Exam API: |
| 62 | --> |
| 63 | <dependency> |
| 64 | <groupId>org.ops4j.pax.exam</groupId> |
| 65 | <artifactId>pax-exam</artifactId> |
Clement Escoffier | 5f7d5a8 | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 66 | <version>1.2.0</version> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 67 | </dependency> |
| 68 | <!-- |
| 69 | During runtime Pax Exam will discover the OSGi container to use by |
| 70 | searching metadata available into classpath. Pax Exam comes with a |
| 71 | default container that uses [Pax Runner] for implementing the |
| 72 | container requirements: |
| 73 | --> |
| 74 | <dependency> |
| 75 | <groupId>org.ops4j.pax.exam</groupId> |
| 76 | <artifactId>pax-exam-container-default |
| 77 | </artifactId> |
Clement Escoffier | 5f7d5a8 | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 78 | <version>1.2.0</version> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 79 | </dependency> |
| 80 | <!-- |
| 81 | If your test code is based on JUnit you will have to have the Junit |
| 82 | support artifact: |
| 83 | --> |
| 84 | <dependency> |
| 85 | <groupId>org.ops4j.pax.exam</groupId> |
| 86 | <artifactId>pax-exam-junit</artifactId> |
Clement Escoffier | 5f7d5a8 | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 87 | <version>1.2.0</version> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 88 | </dependency> |
| 89 | <dependency> |
| 90 | <groupId>junit</groupId> |
| 91 | <artifactId>junit</artifactId> |
| 92 | <version>4.5</version> |
| 93 | <type>jar</type> |
| 94 | <scope>test</scope> |
| 95 | </dependency> |
Clement Escoffier | 5f7d5a8 | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 96 | <!-- Tinybundles --> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 97 | <dependency> |
| 98 | <groupId>org.ops4j.pax.swissbox</groupId> |
| 99 | <artifactId>pax-swissbox-tinybundles</artifactId> |
Clement Escoffier | 5f7d5a8 | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 100 | <version>1.2.0</version> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 101 | </dependency> |
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 102 | <dependency> |
| 103 | <groupId>org.ow2.chameleon.testing</groupId> |
| 104 | <artifactId>tinybundles-ipojo</artifactId> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 105 | </dependency> |
| 106 | <dependency> |
| 107 | <groupId>xerces</groupId> |
| 108 | <artifactId>xercesImpl</artifactId> |
| 109 | <version>2.4.0</version> |
| 110 | </dependency> |
| 111 | <dependency> |
| 112 | <groupId>org.ops4j.pax.logging</groupId> |
| 113 | <artifactId>pax-logging-api</artifactId> |
Clement Escoffier | 5f7d5a8 | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 114 | <version>1.4</version> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 115 | </dependency> |
| 116 | <dependency> |
| 117 | <groupId>org.ops4j.pax.logging</groupId> |
| 118 | <artifactId>pax-logging-service</artifactId> |
Clement Escoffier | 5f7d5a8 | 2010-02-24 18:15:44 +0000 | [diff] [blame] | 119 | <version>1.4</version> |
Clement Escoffier | 03e1db7 | 2010-05-01 10:21:51 +0000 | [diff] [blame] | 120 | <exclusions> |
| 121 | <exclusion> |
| 122 | <artifactId>jmxtools</artifactId> |
| 123 | <groupId>com.sun.jdmk</groupId> |
| 124 | </exclusion> |
| 125 | <exclusion> |
| 126 | <artifactId>jmxri</artifactId> |
| 127 | <groupId>com.sun.jmx</groupId> |
| 128 | </exclusion> |
| 129 | </exclusions> |
Clement Escoffier | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 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 | af9ad1b | 2009-08-14 12:11:19 +0000 | [diff] [blame] | 148 | <build> |
| 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> |
| 171 | </plugins> |
| 172 | </build> |
Clement Escoffier | ea9dac4 | 2009-06-21 09:34:37 +0000 | [diff] [blame] | 173 | </project> |