From d87eb3a1a15f0e2bb1b5cdc0a51c663ce4ddfbd3 Mon Sep 17 00:00:00 2001 From: Nicholas Chiu Date: Thu, 20 Feb 2025 11:19:12 -0800 Subject: [PATCH 1/2] Add commons-io --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 6b18af14c..f0db35a48 100644 --- a/pom.xml +++ b/pom.xml @@ -246,6 +246,11 @@ commons-lang3 ${commons-lang3-version} + + commons-io + commons-io + 2.5 + org.threeten threetenbp From 02ec4ce3a44675c0551706b3f895db448e241529 Mon Sep 17 00:00:00 2001 From: Nicholas Chiu Date: Thu, 20 Feb 2025 11:22:39 -0800 Subject: [PATCH 2/2] Fixing pom.xml --- pom.xml | 95 +++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 79 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index f0db35a48..37d519eb6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,39 +1,70 @@ 4.0.0 + com.lilt.client lilt-java - jar - lilt-java v3.0.1 - https://github.com/lilt/lilt-java - OpenAPI Java - - scm:git:git@github.com:openapitools/openapi-generator.git - scm:git:git@github.com:openapitools/openapi-generator.git - https://github.com/openapitools/openapi-generator - - + jar Lilt Client Library License - https://lilt.com/lilt-platform-terms-and-conditions + license.md repo + ${project.groupId}:${project.artifactId} + The Lilt REST API enables programmatic access to the full range of Lilt backend services including: * Training of and translating with interactive, adaptive machine translation * Large scale translation memory * The Lexicon, a large scale termbase * Programmatic control of the Lilt CAT environment. Translation memory synchronizationRequests and responses are in JSON format. The REST API only responds to HTTPS (SSL) requests. AuthenticationRequests are authenticated via REST API key, which requires the Business plan. Requests are authenticated using HTTP Basic Auth (https://en.wikipedia.org/wiki/Basic_access_authentication). Add your REST API key as both the username and password. For development, you may also pass the REST API key via the key query parameter. This is less secure than HTTP Basic Auth and is not recommended for production use. Quotas: Our services have a general quota of 4000 requests per minute. Should you hit the maximum requests per minute, you will need to wait 60 seconds before you can send another request. + https://github.com/lilt/lilt-java + 2015 + + Lilt + http://www.lilt.com + - Nicholas Chiu - nicholas.chiu@lilt.com - Lilt - https://lilt.com + Nicholas Chiu + nicholas.chiu@lilt.com + ${project.organization.name} + ${project.organization.organizationUrl} + + scm:git:git@github.com:openapitools/openapi-generator.git + scm:git:git@github.com:openapitools/openapi-generator.git + https://github.com/openapitools/openapi-generator + + + + github + Lilt packages on GitHub + https://maven.pkg.github.com/lilt/lilt-java + + + + org.codehaus.mojo + license-maven-plugin + 2.4.0 + + lilt_client_library_license + file://${project.basedir}/src/license + + + + first + + update-file-header + + process-sources + + + + org.apache.maven.plugins maven-compiler-plugin 3.8.1 @@ -182,6 +213,38 @@ + + org.apache.maven.plugins + maven-gpg-plugin + 3.2.4 + + false + + + + sign-artifacts + verify + + sign + + + bc + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.6.0 + true + + central + true + true + published + + @@ -271,7 +334,7 @@ - 1.7 + 11 ${java.version} ${java.version} 1.8.5