Test build.gradle for java native petstore samples, sync pom.xml & build.gradle (#19951)

* test build.gradle for java native petstore samples

* trigger build

* sync pom.xml and build.gradle (java native)
This commit is contained in:
William Cheng
2024-10-23 16:38:30 +08:00
committed by GitHub
parent 21093b78c6
commit 511316a966
7 changed files with 18 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ artifacts {
ext {
jackson_version = "2.17.1"
jakarta_annotation_version = "1.3.5"
beanvalidation_version = "2.0.2"
junit_version = "5.10.2"
httpmime_version = "4.5.13"
}