-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
19 lines (19 loc) · 811 Bytes
/
MANIFEST.MF
File metadata and controls
19 lines (19 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.kura.example.rest.authentication.provider
Bundle-SymbolicName: org.eclipse.kura.example.rest.authentication.provider;singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Vendor: Eclipse Kura
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=21))"
Service-Component: OSGI-INF/*.xml
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Import-Package: jakarta.annotation;version="2.1.0",
jakarta.servlet.http;version="5.0.0",
jakarta.ws.rs.container;version="[3.1,4.0)",
jakarta.ws.rs.core;version="[3.1,4.0)",
org.eclipse.kura.audit;version="[1.0,2.0)",
org.eclipse.kura.crypto;version="[1.3,2.0)",
org.eclipse.kura.rest.auth;version="[1.0,1.1)",
org.osgi.service.useradmin;version="1.1.0",
org.slf4j;version="1.7.32"