1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ /*********************************************************************
4+ * Copyright (c) 2025 Contributors to the Eclipse Foundation.
5+ *
6+ * This program and the accompanying materials are made
7+ * available under the terms of the Eclipse Public License 2.0
8+ * which is available at https://www.eclipse.org/legal/epl-2.0/
9+ *
10+ * SPDX-License-Identifier: EPL-2.0
11+ **********************************************************************/
12+ -->
13+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
14+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
15+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
16+ <modelVersion >4.0.0</modelVersion >
17+ <parent >
18+ <groupId >org.eclipse.osgi-technology.command</groupId >
19+ <artifactId >command</artifactId >
20+ <version >0.0.1-SNAPSHOT</version >
21+ </parent >
22+ <artifactId >converter.bundle</artifactId >
23+
24+
25+ <dependencies >
26+ <dependency >
27+ <groupId >org.slf4j</groupId >
28+ <artifactId >slf4j-api</artifactId >
29+ </dependency >
30+ <dependency >
31+ <groupId >org.osgi</groupId >
32+ <artifactId >org.osgi.util.tracker</artifactId >
33+ </dependency >
34+ <dependency >
35+ <groupId >org.apache.felix</groupId >
36+ <artifactId >org.apache.felix.gogo.runtime</artifactId >
37+ <scope >provided</scope >
38+ </dependency >
39+ <dependency >
40+ <groupId >org.osgi</groupId >
41+ <artifactId >org.osgi.resource</artifactId >
42+ </dependency >
43+ <dependency >
44+ <groupId >org.osgi</groupId >
45+ <artifactId >org.osgi.dto</artifactId >
46+ <version >1.1.1</version >
47+ </dependency >
48+ <dependency >
49+ <groupId >org.osgi</groupId >
50+ <artifactId >org.osgi.framework</artifactId >
51+ </dependency >
52+
53+ <dependency >
54+ <groupId >org.osgi</groupId >
55+ <artifactId >org.osgi.annotation.bundle</artifactId >
56+ </dependency >
57+
58+ <dependency >
59+ <groupId >org.osgi</groupId >
60+ <artifactId >org.osgi.annotation.versioning</artifactId >
61+ <version >1.1.2</version >
62+ </dependency >
63+ <dependency >
64+ <groupId >org.eclipse.osgi-technology.command</groupId >
65+ <artifactId >util</artifactId >
66+ <version >0.0.1-SNAPSHOT</version >
67+ </dependency >
68+ <dependency >
69+ <groupId >org.eclipse.osgi-technology.console</groupId >
70+ <artifactId >plain</artifactId >
71+ <version >0.0.1-SNAPSHOT</version >
72+ <scope >test</scope >
73+ </dependency >
74+ <dependency >
75+ <groupId >org.junit.jupiter</groupId >
76+ <artifactId >junit-jupiter</artifactId >
77+ <version >5.12.1</version >
78+ <scope >test</scope >
79+ </dependency >
80+
81+ </dependencies >
82+
83+ <build >
84+
85+ <plugins >
86+ <plugin >
87+ <groupId >biz.aQute.bnd</groupId >
88+ <artifactId >bnd-maven-plugin</artifactId >
89+ </plugin >
90+ </plugins >
91+ </build >
92+
93+ </project >
0 commit comments