File tree Expand file tree Collapse file tree 6 files changed +41
-5
lines changed
authn-filter/jaspi-modules/jwt-session-module Expand file tree Collapse file tree 6 files changed +41
-5
lines changed Original file line number Diff line number Diff line change 3737 <groupId >org.apache.felix</groupId >
3838 <artifactId >maven-bundle-plugin</artifactId >
3939 <extensions >true</extensions >
40+ <configuration >
41+ <instructions >
42+ <Import-Package >
43+ jakarta.servlet.http;version="[5.0,7)",
44+ *
45+ </Import-Package >
46+ </instructions >
47+ </configuration >
4048 </plugin >
4149 </plugins >
4250 </build >
Original file line number Diff line number Diff line change 1313 * information: "Portions copyright [year] [name of copyright owner]".
1414 *
1515 * Copyright 2013-2016 ForgeRock AS.
16- * Portions copyright 2024 3A Systems LLC.
16+ * Portions copyright 2024-2025 3A Systems LLC.
1717-->
1818<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1919 <modelVersion >4.0.0</modelVersion >
5050 <plugin >
5151 <groupId >org.apache.felix</groupId >
5252 <artifactId >maven-bundle-plugin</artifactId >
53- <version >3. 5.1</version >
53+ <version >5.1.9 </version >
5454 </plugin >
5555 <plugin >
5656 <groupId >org.codehaus.mojo</groupId >
Original file line number Diff line number Diff line change 7575 <scope >test</scope >
7676 </dependency >
7777 </dependencies >
78+ <build >
79+ <plugins >
80+ <plugin >
81+ <groupId >org.apache.felix</groupId >
82+ <artifactId >maven-bundle-plugin</artifactId >
83+ <extensions >true</extensions >
84+ <configuration >
85+ <instructions >
86+ <Import-Package >
87+ jakarta.servlet;version="[5.0,7)",
88+ jakarta.servlet.http;version="[5.0,7)",
89+ *
90+ </Import-Package >
91+ </instructions >
92+ </configuration >
93+ </plugin >
94+ </plugins >
95+ </build >
7896</project >
Original file line number Diff line number Diff line change 1212 ~ information: "Portions copyright [year] [name of copyright owner]".
1313 ~
1414 ~ Copyright 2015 ForgeRock AS.
15+ ~ Portions copyright 2025 3A Systems LLC.
1516 -->
1617<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1718 <modelVersion >4.0.0</modelVersion >
7879 <groupId >org.apache.felix</groupId >
7980 <artifactId >maven-bundle-plugin</artifactId >
8081 <extensions >true</extensions >
82+ <configuration >
83+ <instructions >
84+ <Import-Package >
85+ org.apache.xerces.util;resolution:=optional,
86+ *
87+ </Import-Package >
88+ </instructions >
89+ </configuration >
8190 </plugin >
8291 <plugin >
8392 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 955955 <plugin >
956956 <groupId >org.apache.felix</groupId >
957957 <artifactId >maven-bundle-plugin</artifactId >
958- <version >3. 5.1</version >
958+ <version >5.1.9 </version >
959959 <configuration >
960960 <instructions >
961961 <Implementation-Build >${ci.build.number} </Implementation-Build >
Original file line number Diff line number Diff line change 2121 ~ with the fields enclosed by brackets [] replaced by
2222 ~ your own identifying information:
2323 ~ "Portions Copyrighted [year] [name of copyright owner]"
24- Portions Copyrighted 2018-2024 3A Systems, LLC
24+ ~
25+ ~ Portions Copyrighted 2018-2025 3A Systems, LLC
2526 -->
2627<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2728 <modelVersion >4.0.0</modelVersion >
9798 <plugin >
9899 <groupId >org.apache.felix</groupId >
99100 <artifactId >maven-bundle-plugin</artifactId >
100- <version >2.4.0 </version >
101+ <version >5.1.9 </version >
101102 <configuration >
102103 <instructions >
103104 <Import-Package >${commons.script.osgi.import} </Import-Package >
You can’t perform that action at this time.
0 commit comments