From 7752d73216578d5961751b5d0535088d384b4aa6 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Sat, 25 Jan 2025 10:45:41 +0100 Subject: Move λ-calcul workshop code to subdirectory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lambda-calcul/java/lcgoji/pom.xml | 65 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 lambda-calcul/java/lcgoji/pom.xml (limited to 'lambda-calcul/java/lcgoji/pom.xml') diff --git a/lambda-calcul/java/lcgoji/pom.xml b/lambda-calcul/java/lcgoji/pom.xml new file mode 100644 index 0000000..f4a4f30 --- /dev/null +++ b/lambda-calcul/java/lcgoji/pom.xml @@ -0,0 +1,65 @@ + + + 4.0.0 + + org.lambdanantes + lcgoji + 1.0-SNAPSHOT + + + 21 + 21 + UTF-8 + 1.18.30 + 2.16.0 + + 9.4.31.v20200723 + 2.9.3 + 4.3.1 + + 4.10 + + + + + org.projectlombok + lombok + ${lombok.version} + provided + + + org.apache.logging.log4j + log4j-slf4j-impl + ${log4j.version} + + + org.apache.logging.log4j + log4j-core + ${log4j.version} + + + + org.eclipse.jetty + jetty-util + ${jetty-util.version} + + + com.sparkjava + spark-core + ${spark-core.version} + + + org.apache.httpcomponents + fluent-hc + ${httpclient.version} + + + + junit + junit + ${junit.version} + + + \ No newline at end of file -- cgit v1.2.3