15 lines
317 B
Plaintext
15 lines
317 B
Plaintext
|
|
plugins {
|
|
id("com.iqser.red.service.java-conventions")
|
|
id("io.freefair.lombok") version "8.1.0"
|
|
}
|
|
|
|
description = "redaction-service-api-v1"
|
|
|
|
dependencies {
|
|
implementation("org.springframework:spring-web:6.0.6")
|
|
implementation("com.iqser.red.service:persistence-service-internal-api-v1:RED-6725")
|
|
}
|
|
|
|
|