Jan Willem Janssen | 232764b | 2012-12-04 12:05:25 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Jan Willem Janssen | f657b45 | 2012-10-25 13:06:52 +0000 | [diff] [blame] | 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with the License. You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
| 19 | --> |
| 20 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 21 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 22 | <modelVersion>4.0.0</modelVersion> |
| 23 | <parent> |
Jan Willem Janssen | f657b45 | 2012-10-25 13:06:52 +0000 | [diff] [blame] | 24 | <groupId>org.apache.felix</groupId> |
Jan Willem Janssen | 232764b | 2012-12-04 12:05:25 +0000 | [diff] [blame] | 25 | <artifactId>felix-parent</artifactId> |
Jan Willem Janssen | 4247234 | 2012-12-04 10:50:14 +0000 | [diff] [blame] | 26 | <version>2.1</version> |
Jan Willem Janssen | f657b45 | 2012-10-25 13:06:52 +0000 | [diff] [blame] | 27 | <relativePath>../../../pom/pom.xml</relativePath> |
| 28 | </parent> |
| 29 | <properties> |
| 30 | <osgi.version>4.0.0</osgi.version> |
| 31 | <pax.exam.version>2.4.0</pax.exam.version> |
| 32 | <pax.exam.plugin.version>1.2.4</pax.exam.plugin.version> |
| 33 | <pax.url.aether.version>1.4.0</pax.url.aether.version> |
| 34 | <pax.swissbox.version>1.3.1</pax.swissbox.version> |
| 35 | <pax.runner.version>1.7.6</pax.runner.version> |
| 36 | </properties> |
| 37 | <artifactId>org.apache.felix.useradmin.itest</artifactId> |
Jan Willem Janssen | 232764b | 2012-12-04 12:05:25 +0000 | [diff] [blame] | 38 | <version>1.0.0-SNAPSHOT</version> |
Jan Willem Janssen | f657b45 | 2012-10-25 13:06:52 +0000 | [diff] [blame] | 39 | <packaging>jar</packaging> |
| 40 | <description>Integration tests for the UserAdmin OSGi compendium service.</description> |
| 41 | <dependencies> |
| 42 | <dependency> |
| 43 | <groupId>org.osgi</groupId> |
| 44 | <artifactId>org.osgi.core</artifactId> |
| 45 | <version>${osgi.version}</version> |
| 46 | <scope>provided</scope> |
| 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>org.osgi</groupId> |
| 50 | <artifactId>org.osgi.compendium</artifactId> |
| 51 | <version>${osgi.version}</version> |
| 52 | </dependency> |
| 53 | <dependency> |
Jan Willem Janssen | 232764b | 2012-12-04 12:05:25 +0000 | [diff] [blame] | 54 | <groupId>org.apache.felix</groupId> |
Jan Willem Janssen | f657b45 | 2012-10-25 13:06:52 +0000 | [diff] [blame] | 55 | <artifactId>org.apache.felix.useradmin</artifactId> |
Jan Willem Janssen | 4247234 | 2012-12-04 10:50:14 +0000 | [diff] [blame] | 56 | <version>1.0.4-SNAPSHOT</version> |
Jan Willem Janssen | f657b45 | 2012-10-25 13:06:52 +0000 | [diff] [blame] | 57 | <scope>test</scope> |
| 58 | </dependency> |
| 59 | <dependency> |
Jan Willem Janssen | 232764b | 2012-12-04 12:05:25 +0000 | [diff] [blame] | 60 | <groupId>org.apache.felix</groupId> |
Jan Willem Janssen | f657b45 | 2012-10-25 13:06:52 +0000 | [diff] [blame] | 61 | <artifactId>org.apache.felix.useradmin.filestore</artifactId> |
Jan Willem Janssen | 4247234 | 2012-12-04 10:50:14 +0000 | [diff] [blame] | 62 | <version>1.0.3-SNAPSHOT</version> |
Jan Willem Janssen | f657b45 | 2012-10-25 13:06:52 +0000 | [diff] [blame] | 63 | <scope>test</scope> |
| 64 | </dependency> |
| 65 | <dependency> |
Jan Willem Janssen | 232764b | 2012-12-04 12:05:25 +0000 | [diff] [blame] | 66 | <groupId>org.apache.felix</groupId> |
Jan Willem Janssen | f657b45 | 2012-10-25 13:06:52 +0000 | [diff] [blame] | 67 | <artifactId>org.apache.felix.dependencymanager</artifactId> |
| 68 | <version>3.0.0</version> |
| 69 | <scope>test</scope> |
| 70 | </dependency> |
| 71 | <dependency> |
| 72 | <groupId>junit</groupId> |
| 73 | <artifactId>junit</artifactId> |
| 74 | <version>4.10</version> |
| 75 | <scope>test</scope> |
| 76 | </dependency> |
| 77 | <dependency> |
| 78 | <groupId>org.ops4j.pax.exam</groupId> |
| 79 | <artifactId>pax-exam-junit4</artifactId> |
| 80 | <version>${pax.exam.version}</version> |
| 81 | <scope>test</scope> |
| 82 | </dependency> |
| 83 | <dependency> |
| 84 | <groupId>org.ops4j.pax.exam</groupId> |
| 85 | <artifactId>pax-exam-container-forked</artifactId> |
| 86 | <version>${pax.exam.version}</version> |
| 87 | <scope>test</scope> |
| 88 | </dependency> |
| 89 | <dependency> |
| 90 | <groupId>org.ops4j.pax.runner</groupId> |
| 91 | <artifactId>pax-runner-no-jcl</artifactId> |
| 92 | <version>${pax.runner.version}</version> |
| 93 | <scope>test</scope> |
| 94 | </dependency> |
| 95 | <dependency> |
| 96 | <groupId>org.ops4j.pax.exam</groupId> |
| 97 | <artifactId>pax-exam-link-assembly</artifactId> |
| 98 | <version>${pax.exam.version}</version> |
| 99 | <scope>test</scope> |
| 100 | </dependency> |
| 101 | <dependency> |
| 102 | <groupId>org.ops4j.pax.exam</groupId> |
| 103 | <artifactId>pax-exam-link-mvn</artifactId> |
| 104 | <version>${pax.exam.version}</version> |
| 105 | <scope>test</scope> |
| 106 | </dependency> |
| 107 | <dependency> |
| 108 | <groupId>org.ops4j.pax.url</groupId> |
| 109 | <artifactId>pax-url-aether</artifactId> |
| 110 | <version>${pax.url.aether.version}</version> |
| 111 | <scope>test</scope> |
| 112 | </dependency> |
| 113 | <dependency> |
| 114 | <groupId>org.ops4j.pax.url</groupId> |
| 115 | <artifactId>pax-url-wrap</artifactId> |
| 116 | <version>${pax.url.aether.version}</version> |
| 117 | <scope>test</scope> |
| 118 | </dependency> |
| 119 | <dependency> |
| 120 | <groupId>javax.inject</groupId> |
| 121 | <artifactId>javax.inject</artifactId> |
| 122 | <version>1</version> |
| 123 | <scope>test</scope> |
| 124 | </dependency> |
| 125 | <dependency> |
| 126 | <groupId>org.apache.felix</groupId> |
| 127 | <artifactId>org.apache.felix.framework</artifactId> |
| 128 | <version>4.0.2</version> |
| 129 | <scope>test</scope> |
| 130 | </dependency> |
| 131 | <dependency> |
| 132 | <groupId>org.slf4j</groupId> |
| 133 | <artifactId>slf4j-simple</artifactId> |
| 134 | <version>1.6.0</version> |
| 135 | <scope>compile</scope> |
| 136 | </dependency> |
| 137 | </dependencies> |
| 138 | <build> |
| 139 | <plugins> |
| 140 | <plugin> |
| 141 | <groupId>org.apache.maven.plugins</groupId> |
| 142 | <artifactId>maven-compiler-plugin</artifactId> |
| 143 | <configuration> |
| 144 | <target>1.6</target> |
| 145 | <source>1.6</source> |
| 146 | </configuration> |
| 147 | </plugin> |
Jan Willem Janssen | 4247234 | 2012-12-04 10:50:14 +0000 | [diff] [blame] | 148 | <plugin> |
Jan Willem Janssen | 232764b | 2012-12-04 12:05:25 +0000 | [diff] [blame] | 149 | <groupId>org.apache.felix</groupId> |
| 150 | <artifactId>maven-bundle-plugin</artifactId> |
| 151 | <extensions>true</extensions> |
| 152 | </plugin> |
| 153 | <plugin> |
| 154 | <groupId>org.ops4j.pax.exam</groupId> |
| 155 | <artifactId>maven-paxexam-plugin</artifactId> |
| 156 | <executions> |
| 157 | <execution> |
| 158 | <id>generate-config</id> |
| 159 | <goals> |
| 160 | <goal>generate-depends-file</goal> |
| 161 | </goals> |
| 162 | </execution> |
| 163 | </executions> |
Jan Willem Janssen | 4247234 | 2012-12-04 10:50:14 +0000 | [diff] [blame] | 164 | </plugin> |
Jan Willem Janssen | f657b45 | 2012-10-25 13:06:52 +0000 | [diff] [blame] | 165 | </plugins> |
| 166 | </build> |
| 167 | </project> |