Skip to content

Commit

Permalink
Merge pull request #12 from asha15/ashaDev
Browse files Browse the repository at this point in the history
Add SCR dependency
  • Loading branch information
Wathsara authored Jan 3, 2023
2 parents ce24db2 + 92a1d3e commit 14eb685
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@
<artifactId>powermock-api-mockito</artifactId>
<version>${powermock.version}</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
<version>${felix.scr.version}</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public List<Property> getConfigurationProperties() {
* @param request the http request
* @param response the http response
* @param context the authentication context
* @throws AuthenticationFailedException
* @throws AuthenticationFailedException If the operation failed.
*/
@Override
protected void initiateAuthenticationRequest(HttpServletRequest request, HttpServletResponse response,
Expand Down Expand Up @@ -220,7 +220,7 @@ protected String getCallbackUrl(Map<String, String> authenticatorProperties) {
* @param request the http request
* @param response the http response
* @param context the authentication context
* @throws AuthenticationFailedException
* @throws AuthenticationFailedException If the operation failed.
*/
@Override
protected void processAuthenticationResponse(HttpServletRequest request, HttpServletResponse response,
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@
<scope>test</scope>
<version>${powermock.version}</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.annotations</artifactId>
<version>${felix.scr.version}</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
Expand Down Expand Up @@ -312,6 +317,7 @@
<carbon.identity.version>5.0.7</carbon.identity.version>
<commons-logging.version>4.4.3</commons-logging.version>
<carbon.kernel.version>4.4.3</carbon.kernel.version>
<felix.scr.version>1.12.0</felix.scr.version>
<oltu.version>1.0.0.wso2v2</oltu.version>
<org.apache.oltu.oauth2.client.version>1.0.0</org.apache.oltu.oauth2.client.version>
<oltu.package.import.version.range>[1.0.0, 2.0.0)</oltu.package.import.version.range>
Expand Down

0 comments on commit 14eb685

Please sign in to comment.