File tree Expand file tree Collapse file tree 2 files changed +29
-5
lines changed
Expand file tree Collapse file tree 2 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 11-exportcontents: \
22 org.eclipse.microprofile.*
3+
4+ Import-Package: \
5+ javax.enterprise.*;-remove-attribute:=version, \
6+ javax.inject;-remove-attribute:=version,\
7+ javax.json;-remove-attribute:=version,\
8+ *
9+
10+ Require-Capability: \
11+ osgi.contract;\
12+ osgi.contract=JavaCDI;\
13+ filter:="(&(osgi.contract=JavaCDI)(version=${cdi.api.version}))",\
14+ osgi.contract;\
15+ osgi.contract=JavaInject;\
16+ filter:="(&(osgi.contract=JavaInject)(version=${inject.api.version}))",\
17+ osgi.contract;\
18+ osgi.contract=JavaJSONP;\
19+ filter:="(&(osgi.contract=JavaJSONP)(version=${jsonp.api.version}))"
20+
321Bundle-SymbolicName: org.eclipse.microprofile.jwt
422Bundle-Name: MicroProfile JWT Auth Bundle
523Bundle-License: Apache License, Version 2.0
Original file line number Diff line number Diff line change 3333 <checkstyle .version>2.17</checkstyle .version>
3434 <checkstyle .methodNameFormat>^_?[a-z][a-zA-Z0-9]*$</checkstyle .methodNameFormat>
3535 <autorelease >false</autorelease >
36+ <cdi .api.version>1.1</cdi .api.version>
37+ <inject .api.version>1</inject .api.version>
38+ <jsonp .api.version>1.0</jsonp .api.version>
3639 </properties >
3740
3841 <licenses >
9396 <dependencyManagement >
9497 <dependencies >
9598 <dependency >
96- <groupId >javax</groupId >
97- <artifactId >javaee-api</artifactId >
98- <type >pom</type >
99- <version >7.0</version >
100- <scope >import</scope >
99+ <groupId >javax.enterprise</groupId >
100+ <artifactId >cdi-api</artifactId >
101+ <version >${cdi.api.version} </version >
102+ </dependency >
103+ <dependency >
104+ <groupId >javax.json</groupId >
105+ <artifactId >json-api</artifactId >
106+ <version >${jsonp.api.version} </version >
101107 </dependency >
102108 <dependency >
103109 <groupId >org.jboss.arquillian</groupId >
You can’t perform that action at this time.
0 commit comments