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+ -->
19+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
20+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
22+ <parent >
23+ <groupId >org.apache.felix</groupId >
24+ <artifactId >felix-parent</artifactId >
25+ <version >8</version >
26+ <relativePath >../pom/pom.xml</relativePath >
27+ </parent >
28+ <modelVersion >4.0.0</modelVersion >
29+ <packaging >jar</packaging >
30+ <name >Apache Felix Framework</name >
31+ <artifactId >org.apache.felix.framework.tck</artifactId >
32+ <version >7.1.0-SNAPSHOT</version >
33+ <properties >
34+ <dollar >$</dollar >
35+ <felix .java.version>8</felix .java.version>
36+ </properties >
37+ <scm >
38+ <connection >scm:git:https://github.com/apache/felix-dev.git</connection >
39+ <developerConnection >scm:git:https://github.com/apache/felix-dev.git</developerConnection >
40+ <url >https://gitbox.apache.org/repos/asf?p=felix-dev.git</url >
41+ <tag >org.apache.felix.framework-7.0.2</tag >
42+ </scm >
43+
44+
45+ <build >
46+ <plugins >
47+ <plugin >
48+ <groupId >biz.aQute.bnd</groupId >
49+ <artifactId >bnd-resolver-maven-plugin</artifactId >
50+ <version >7.1.0</version >
51+ <configuration >
52+ <includeDependencyManagement >true</includeDependencyManagement >
53+ <bndruns >
54+ <bndrun >tck.bndrun</bndrun >
55+ </bndruns >
56+ <scopes >
57+ <scope >compile</scope >
58+ <scope >runtime</scope >
59+ <scope >test</scope >
60+ </scopes >
61+ <failOnChanges >false</failOnChanges >
62+ <bndruns >
63+ <bndrun >tck.bndrun</bndrun >
64+ </bndruns >
65+ </configuration >
66+ <executions >
67+ <execution >
68+ <goals >
69+ <goal >resolve</goal >
70+ </goals >
71+ </execution >
72+ </executions >
73+ </plugin >
74+ <plugin >
75+ <groupId >biz.aQute.bnd</groupId >
76+ <artifactId >bnd-testing-maven-plugin</artifactId >
77+ <version >7.1.0</version >
78+ <configuration >
79+ <failOnChanges >true</failOnChanges >
80+ <includeDependencyManagement >true</includeDependencyManagement >
81+ <bndruns >
82+ <bndrun >tck.bndrun</bndrun >
83+ </bndruns >
84+ <scopes >
85+ <scope >compile</scope >
86+ <scope >runtime</scope >
87+ <scope >test</scope >
88+ </scopes >
89+ </configuration >
90+ <executions >
91+ <execution >
92+ <goals >
93+ <goal >testing</goal >
94+ </goals >
95+ </execution >
96+ </executions >
97+ </plugin >
98+
99+ </plugins >
100+
101+
102+ </build >
103+ <dependencies >
104+
105+ <dependency >
106+ <groupId >net.bytebuddy</groupId >
107+ <artifactId >byte-buddy</artifactId >
108+ <version >1.17.5</version >
109+ <scope >test</scope >
110+ </dependency >
111+ <dependency >
112+ <groupId >org.assertj</groupId >
113+ <artifactId >assertj-core</artifactId >
114+ <version >3.27.3</version >
115+ <scope >test</scope >
116+ </dependency >
117+ <dependency >
118+ <groupId >org.apache.servicemix.bundles</groupId >
119+ <artifactId >org.apache.servicemix.bundles.junit</artifactId >
120+ <version >4.13.2_1</version >
121+ <scope >test</scope >
122+ </dependency >
123+ <dependency >
124+ <groupId >org.junit.platform</groupId >
125+ <artifactId >junit-platform-launcher</artifactId >
126+ <version >1.12.1</version >
127+ <scope >test</scope >
128+ </dependency >
129+ <dependency >
130+ <groupId >org.junit.platform</groupId >
131+ <artifactId >junit-platform-engine</artifactId >
132+ <version >1.12.1</version >
133+ <scope >test</scope >
134+ </dependency >
135+ <dependency >
136+ <groupId >org.junit.platform</groupId >
137+ <artifactId >junit-platform-launcher</artifactId >
138+ <version >1.12.1</version >
139+ <scope >test</scope >
140+ </dependency >
141+ <dependency >
142+ <groupId >org.osgi</groupId >
143+ <artifactId >org.osgi.test.cases.framework</artifactId >
144+ <version >8.0.0</version >
145+ <scope >test</scope >
146+ </dependency >
147+ <dependency >
148+ <groupId >org.apache.felix</groupId >
149+ <artifactId >org.apache.felix.framework</artifactId >
150+ <version >7.1.0-SNAPSHOT</version >
151+ </dependency >
152+ <!-- tck run -->
153+ <dependency >
154+ <groupId >biz.aQute.bnd</groupId >
155+ <artifactId >biz.aQute.junit</artifactId >
156+ <version >6.4.1</version >
157+ <scope >runtime</scope >
158+ </dependency >
159+ </dependencies >
160+ </project >
0 commit comments