From c844798bb66562e855351861e21b3a1a36fdc50d Mon Sep 17 00:00:00 2001 From: aaronpynos <81647972+aaronpynos@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:10:48 -0600 Subject: [PATCH] Add files via upload --- pom.xml | 111 +++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 90 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index a97fb26..60ca307 100644 --- a/pom.xml +++ b/pom.xml @@ -1,21 +1,90 @@ - - 4.0.0 - com.testdouble - test-training - pom - 0.0.1-SNAPSHOT - test-training - https://github.com/testdouble/contributing-tests/wiki - - example - greeting - unusual-spending-vendor - unusual-spending - example-cucumber - bank-ocr - selenium - gilded-rose - game-of-life - - + + + 4.0.0 + + org.example + demo1 + 1.0-SNAPSHOT + + + 8 + 8 + UTF-8 + 2.11.12 + + + + + com.derbysoft.dswitch + derbysoft-rpc + 3.6.5.5 + + + + + + + + src/main/scala + src/test/scala + + + org.scala-tools + maven-scala-plugin + + + + compile + testCompile + + + + + ${scala.version} + + -target:jvm-1.5 + + + + + org.apache.maven.plugins + maven-eclipse-plugin + + true + + ch.epfl.lamp.sdt.core.scalabuilder + + + ch.epfl.lamp.sdt.core.scalanature + + + org.eclipse.jdt.launching.JRE_CONTAINER + ch.epfl.lamp.sdt.launching.SCALA_CONTAINER + + + + + + + + + org.scala-tools + maven-scala-plugin + + ${scala.version} + + + + + + \ No newline at end of file