From 53a5cd26f5f4189ddb458bb007acdc472c17b791 Mon Sep 17 00:00:00 2001 From: zubri Date: Tue, 6 Jun 2023 19:04:28 -0300 Subject: [PATCH] comment and Idea compiler param update --- .idea/compiler.xml | 2 +- build.gradle | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 61a9130cd..fb7f4a8a4 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/build.gradle b/build.gradle index b6c325844..c0a1f81b8 100644 --- a/build.gradle +++ b/build.gradle @@ -55,6 +55,8 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.12.0' implementation 'com.google.code.gson:gson:2.9.0' + // jakarta is only used for annotations, we do not add it as implementation dependency on purpose to avoid forcing + // users to use jakarta jars in their project when they might not event be using JPA or JAXB at all compileOnly 'jakarta.persistence:jakarta.persistence-api:3.1.0' compileOnly 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.0' compileOnly 'jakarta.validation:jakarta.validation-api:3.0.2'