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 --- java/lcgoji/pom.xml | 65 ----------------------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 java/lcgoji/pom.xml (limited to 'java/lcgoji/pom.xml') diff --git a/java/lcgoji/pom.xml b/java/lcgoji/pom.xml deleted file mode 100644 index f4a4f30..0000000 --- a/java/lcgoji/pom.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - 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