Skip to content

Commit

Permalink
fixes after review. com.google.code.findbugs removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-zinchenko committed Nov 20, 2024
1 parent 53cbc0a commit e9f03f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion config/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation 'org.junit.jupiter:junit-jupiter'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.networknt:json-schema-validator:1.5.2'
implementation 'org.hibernate.validator:hibernate-validator:8.0.0.Final'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
import javax.annotation.Nullable;

@Data
@Accessors(chain = true)
Expand All @@ -39,7 +38,6 @@ public Map<String, Object> getCustomProperties() {
return customProperties;
}

@Nullable
@JsonAlias({"customAppSchemaId", "custom_app_schema_id"})
private URI customAppSchemaId;

Expand Down

0 comments on commit e9f03f8

Please sign in to comment.