Skip to main content
summaryrefslogtreecommitdiffstats
blob: db7977f679a4f25fc367e3e4d1421f425fb7d7cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE JAX-RS Server (Incubation)
Bundle-SymbolicName: org.eclipse.osee.jaxrs.server
Bundle-Version: 0.19.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Service-Component: OSGI-INF/*.xml
Import-Package: com.google.common.cache,
 com.google.common.io,
 javax.annotation;version="1.2.0",
 javax.annotation.security;version="1.2.0",
 javax.servlet;version="2.6.0",
 javax.servlet.http;version="2.6.0",
 javax.ws.rs;version="2.0.0",
 javax.ws.rs.client;version="2.0.0",
 javax.ws.rs.container;version="2.0.0",
 javax.ws.rs.core;version="2.0.0",
 javax.ws.rs.ext;version="2.0.0",
 org.apache.cxf;version="3.0.0",
 org.apache.cxf.binding;version="3.0.0",
 org.apache.cxf.common.security;version="3.0.0",
 org.apache.cxf.common.util;version="3.0.0",
 org.apache.cxf.endpoint;version="3.0.0",
 org.apache.cxf.feature;version="3.0.0",
 org.apache.cxf.interceptor;version="3.0.0",
 org.apache.cxf.interceptor.security;version="3.0.0",
 org.apache.cxf.jaxrs;version="3.0.0",
 org.apache.cxf.jaxrs.ext;version="3.0.0",
 org.apache.cxf.jaxrs.ext.multipart;version="3.0.0",
 org.apache.cxf.jaxrs.impl;version="3.0.0",
 org.apache.cxf.jaxrs.provider;version="3.0.0",
 org.apache.cxf.jaxrs.provider.json;version="3.0.0",
 org.apache.cxf.jaxrs.security;version="3.0.0",
 org.apache.cxf.jaxrs.utils;version="3.0.0",
 org.apache.cxf.jaxrs.utils.multipart;version="3.0.0",
 org.apache.cxf.jaxrs.validation;version="3.0.0",
 org.apache.cxf.message;version="3.0.0",
 org.apache.cxf.phase;version="3.0.0",
 org.apache.cxf.rs.security.oauth2.common;version="3.0.0",
 org.apache.cxf.rs.security.oauth2.filters;version="3.0.0",
 org.apache.cxf.rs.security.oauth2.grants;version="3.0.0",
 org.apache.cxf.rs.security.oauth2.grants.clientcred;version="3.0.0",
 org.apache.cxf.rs.security.oauth2.grants.code;version="3.0.0",
 org.apache.cxf.rs.security.oauth2.grants.owner;version="3.0.0",
 org.apache.cxf.rs.security.oauth2.grants.refresh;version="3.0.0",
 org.apache.cxf.rs.security.oauth2.provider;version="3.0.0",
 org.apache.cxf.rs.security.oauth2.services;version="3.0.0",
 org.apache.cxf.rs.security.oauth2.tokens.bearer;version="3.0.0",
 org.apache.cxf.rs.security.oauth2.tokens.hawk;version="3.0.0",
 org.apache.cxf.rs.security.oauth2.tokens.refresh;version="3.0.0",
 org.apache.cxf.rs.security.oauth2.utils;version="3.0.0",
 org.apache.cxf.rs.security.oauth2.utils.crypto;version="3.0.0",
 org.apache.cxf.security;version="3.0.0",
 org.apache.cxf.service.factory;version="3.0.0",
 org.apache.cxf.transport;version="3.0.0",
 org.apache.cxf.transport.common.gzip;version="3.0.0",
 org.apache.cxf.transport.http;version="3.0.0",
 org.apache.cxf.transport.servlet;version="3.0.0",
 org.codehaus.jackson.jaxrs;version="1.9.13",
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.jaxrs,
 org.eclipse.osee.jaxrs.client,
 org.eclipse.osee.logger,
 org.eclipse.osee.template.engine,
 org.osgi.framework,
 org.osgi.service.http
Bundle-Vendor: Eclipse Open System Engineering Environment
Export-Package: org.eclipse.osee.jaxrs.server.security

Back to the top