Skip to content

Commit 7037a58

Browse files
authored
Merge pull request #851 from VimukthiRajapaksha/3.0.0
[OB 3.0.0] Upgrade commons-lang3 library version to 3.19
2 parents 70bc0dd + d9044a1 commit 7037a58

File tree

8 files changed

+8
-8
lines changed
  • open-banking-accelerator/internal-apis/internal-webapps

8 files changed

+8
-8
lines changed

open-banking-accelerator/internal-apis/internal-webapps/com.wso2.openbanking.accelerator.consent.endpoint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
</resource>
136136
</webResources>
137137
<warName>api#openbanking#consent</warName>
138-
<packagingExcludes>WEB-INF/lib/slf4j-api-*.jar</packagingExcludes>
138+
<packagingExcludes>WEB-INF/lib/slf4j-api-*.jar, WEB-INF/lib/commons-lang3-*.jar</packagingExcludes>
139139
</configuration>
140140
</plugin>
141141
<plugin>

open-banking-accelerator/internal-apis/internal-webapps/com.wso2.openbanking.accelerator.consent.endpoint/src/main/java/com/wso2/openbanking/accelerator/consent/endpoint/api/ConsentAdminEndpoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com).
2+
* Copyright (c) 2023-2025, WSO2 LLC. (https://www.wso2.com).
33
*
44
* WSO2 LLC. licenses this file to you under the Apache License,
55
* Version 2.0 (the "License"); you may not use this file except

open-banking-accelerator/internal-apis/internal-webapps/com.wso2.openbanking.accelerator.dcr.endpoint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
</webResources>
167167
<warName>api#openbanking#dynamic-client-registration</warName>
168168
<packagingExcludes>WEB-INF/lib/axis2-kernel-1.6.1-wso2v12.jar,
169-
WEB-INF/lib/slf4j-api-*.jar</packagingExcludes>
169+
WEB-INF/lib/slf4j-api-*.jar, WEB-INF/lib/commons-lang3-*.jar</packagingExcludes>
170170
</configuration>
171171
</plugin>
172172
<plugin>

open-banking-accelerator/internal-apis/internal-webapps/com.wso2.openbanking.accelerator.dcr.endpoint/src/main/java/com/wso2/openbanking/accelerator/identity/dcr/endpoint/impl/api/ClientRegistrationApiImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com).
2+
* Copyright (c) 2023-2025, WSO2 LLC. (https://www.wso2.com).
33
*
44
* WSO2 LLC. licenses this file to you under the Apache License,
55
* Version 2.0 (the "License"); you may not use this file except

open-banking-accelerator/internal-apis/internal-webapps/com.wso2.openbanking.accelerator.event.notifications.endpoint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
</resource>
135135
</webResources>
136136
<warName>api#openbanking#event-notifications</warName>
137-
<packagingExcludes>WEB-INF/lib/slf4j-api-*.jar</packagingExcludes>
137+
<packagingExcludes>WEB-INF/lib/slf4j-api-*.jar, WEB-INF/lib/commons-lang3-*.jar</packagingExcludes>
138138
</configuration>
139139
</plugin>
140140
<plugin>

open-banking-accelerator/internal-apis/internal-webapps/com.wso2.openbanking.accelerator.event.notifications.endpoint/src/main/java/com/wso2/openbanking/accelerator/event/notifications/endpoint/api/EventCreationEndpoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com).
2+
* Copyright (c) 2023-2025, WSO2 LLC. (https://www.wso2.com).
33
*
44
* WSO2 LLC. licenses this file to you under the Apache License,
55
* Version 2.0 (the "License"); you may not use this file except

open-banking-accelerator/internal-apis/internal-webapps/com.wso2.openbanking.accelerator.push.authorization.endpoint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
</resource>
115115
</webResources>
116116
<warName>api#openbanking#push-authorization</warName>
117-
<packagingExcludes>WEB-INF/lib/slf4j-api-*.jar</packagingExcludes>
117+
<packagingExcludes>WEB-INF/lib/slf4j-api-*.jar, WEB-INF/lib/commons-lang3-*.jar</packagingExcludes>
118118
</configuration>
119119
</plugin>
120120
</plugins>

open-banking-accelerator/internal-apis/internal-webapps/com.wso2.openbanking.accelerator.push.authorization.endpoint/src/main/java/com/wso2/openbanking/accelerator/push/authorization/endpoint/api/PushAuthorisationEndpoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com).
2+
* Copyright (c) 2023-2025, WSO2 LLC. (https://www.wso2.com).
33
*
44
* WSO2 LLC. licenses this file to you under the Apache License,
55
* Version 2.0 (the "License"); you may not use this file except

0 commit comments

Comments
 (0)