Add org.osgi.service.http.whiteboard declaration 29/100929/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 2 May 2022 19:48:36 +0000 (21:48 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 2 May 2022 19:54:54 +0000 (21:54 +0200)
Provide HTTP Whiteboard by default, as it should be readily-available
to whoever wants to use it.

Change-Id: I3afe85b63e2431187fcf4ab4eff07bf968daac1c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bnd-parent/pom.xml
odlparent-dependency-check/pom.xml
odlparent/pom.xml

index a07a5d1bc8c8cb595927daf5bb55d092fc338fac..0a6a857a9eacd2e27dbcc06e92f09d97af1da1f6 100644 (file)
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.metatype.annotations</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.http.whiteboard</artifactId>
+        </dependency>
     </dependencies>
 
     <build>
index efda00818e041022453f1844416352d601779a25..8a9d9a447584dd489061f861a05c3199b41a414c 100644 (file)
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.component.annotations</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.http.whiteboard</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.jdbc</artifactId>
index 83325e2faf6a4654d7494c5d8bdd65855d578f35..0887fad030f4858b9f9bcd0e5deff732e25b0dde 100644 (file)
           </exclusion>
         </exclusions>
       </dependency>
+      <dependency>
+        <groupId>org.osgi</groupId>
+        <artifactId>org.osgi.service.http.whiteboard</artifactId>
+        <version>1.1.1</version>
+        <scope>provided</scope>
+        <exclusions>
+          <!-- Causes class path duplicates -->
+          <exclusion>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.annotation</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
       <dependency>
         <groupId>org.osgi</groupId>
         <artifactId>org.osgi.service.jdbc</artifactId>