From 7c3628d24263d828b990af5eeac286e3ab7819af Mon Sep 17 00:00:00 2001 From: Luca Ferrari Date: Mon, 29 Jan 2024 09:55:32 +0100 Subject: PWC 254 Task 1 Raku done Task 2 Raku done Task 1 PL/Perl done Task 2 PL/Perl done Task 1 PL/PgSQL done Task 2 PL/PgSQL done Task 1 Python done Task 2 Python done Task 1 PL/Java done Task2 PL/java done --- challenge-252/luca-ferrari/postgresql/java/pom.xml | 84 ++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 challenge-252/luca-ferrari/postgresql/java/pom.xml (limited to 'challenge-252/luca-ferrari/postgresql/java/pom.xml') diff --git a/challenge-252/luca-ferrari/postgresql/java/pom.xml b/challenge-252/luca-ferrari/postgresql/java/pom.xml new file mode 100644 index 0000000000..8975c014a2 --- /dev/null +++ b/challenge-252/luca-ferrari/postgresql/java/pom.xml @@ -0,0 +1,84 @@ + + 4.0.0 + + + + pwc + pwc252 + 0.0.1-SNAPSHOT + + + + Perl Weekly Challenge 252 + Implementation of the tasks in PL/Java + + + + + US-ASCII + + + + + + + org.postgresql + pljava-api + 1.6.6 + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 9 + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + + + true + + + + + + + pljava.ddr + + + true + + + + + + + + + + -- cgit