Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
JirkaAichler committed Sep 26, 2023
1 parent 6f2641e commit 018da1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

package org.zowe.apiml.cloudgatewayservice.config;

import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
Expand All @@ -26,7 +25,6 @@
import java.util.ArrayList;
import java.util.List;

@Slf4j
@Configuration
public class WebSecurity {

Expand Down
1 change: 0 additions & 1 deletion integration-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dependencies {
testImplementation project(':zaas-client')

testImplementation libs.hamcrest
// testImplementation libs.assertj
testImplementation libs.awaitility
testImplementation libs.logback.classic
testCompileOnly libs.lombok
Expand Down

0 comments on commit 018da1d

Please sign in to comment.