|
16 | 16 | <artifactId>rosette-api</artifactId> |
17 | 17 | <version>1.21.1-SNAPSHOT</version> |
18 | 18 | </dependency> |
| 19 | + |
| 20 | + <!-- minimum external requirements of rosette-api OSGi --> |
| 21 | + <!-- OSGi dependencies are sensitive to underlying bundles' requirements --> |
| 22 | + <!-- Transitive dependencies of rosette-api are used for resolving as well. --> |
19 | 23 | <dependency> |
20 | 24 | <groupId>com.basistech</groupId> |
21 | 25 | <artifactId>common-api</artifactId> |
|
33 | 37 | <version>1.8.10</version> |
34 | 38 | <scope>compile</scope> |
35 | 39 | </dependency> |
36 | | - <!-- |
37 | | - <dependency> |
38 | | - <groupId>org.apache.felix</groupId> |
39 | | - <artifactId>org.apache.felix.scr</artifactId> |
40 | | - <version>2.0.6</version> |
41 | | - <scope>compile</scope> |
42 | | - </dependency> |
43 | | - <dependency> |
44 | | - <groupId>org.apache.felix</groupId> |
45 | | - <artifactId>org.apache.felix.metatype</artifactId> |
46 | | - <version>1.2.2</version> |
47 | | - </dependency> |
48 | | - <dependency> |
49 | | - <groupId>org.apache.felix</groupId> |
50 | | - <artifactId>org.apache.felix.log</artifactId> |
51 | | - <version>1.0.0</version> |
52 | | - </dependency> |
53 | | - --> |
| 40 | + |
54 | 41 | <!-- SLF4J is part of rosette-osgi's system packages. --> |
55 | 42 | <dependency> |
56 | 43 | <groupId>org.slf4j</groupId> |
|
61 | 48 | <artifactId>slf4j-simple</artifactId> |
62 | 49 | </dependency> |
63 | 50 |
|
| 51 | + <!-- bnd-testing dependencies --> |
64 | 52 | <dependency> |
65 | 53 | <groupId>org.osgi</groupId> |
66 | 54 | <artifactId>osgi.enroute.junit.wrapper</artifactId> |
|
71 | 59 | <artifactId>osgi.enroute.hamcrest.wrapper</artifactId> |
72 | 60 | <version>1.3.0</version> |
73 | 61 | </dependency> |
74 | | -<!-- |
75 | | - <dependency> |
76 | | - <groupId>org.osgi</groupId> |
77 | | - <artifactId>osgi.cmpn</artifactId> |
78 | | - <version>6.0.0</version> |
79 | | - </dependency> |
80 | | ---> |
81 | | - <dependency> |
82 | | - <groupId>org.osgi</groupId> |
83 | | - <artifactId>org.osgi.core</artifactId> |
84 | | - <version>6.0.0</version> |
85 | | - </dependency> |
86 | 62 | </dependencies> |
87 | 63 | <build> |
88 | 64 | <plugins> |
|
108 | 84 | <groupId>biz.aQute.bnd</groupId> |
109 | 85 | <artifactId>bnd-maven-plugin</artifactId> |
110 | 86 | </plugin> |
111 | | - |
112 | | - <!-- Custom manifest header rootDirectory has the root directory. --> |
113 | 87 | <plugin> |
114 | 88 | <groupId>org.apache.maven.plugins</groupId> |
115 | 89 | <artifactId>maven-jar-plugin</artifactId> |
116 | 90 | <configuration> |
117 | 91 | <archive> |
118 | 92 | <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> |
119 | | - <manifestEntries> |
120 | | - <basedir>${basedir}</basedir> |
121 | | - </manifestEntries> |
122 | 93 | </archive> |
123 | 94 | <outputDirectory>${bundle-repo}</outputDirectory> |
124 | 95 | </configuration> |
|
0 commit comments