From 6f6f75688658425741816b638878092f9ecf0e4c Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 9 Jun 2024 09:57:21 +0200 Subject: [PATCH] [FEAT] continue maven integration --- .classpath | 32 -------------------------------- .project | 46 ---------------------------------------------- pom.xml | 5 ++--- 3 files changed, 2 insertions(+), 81 deletions(-) delete mode 100644 .classpath delete mode 100644 .project diff --git a/.classpath b/.classpath deleted file mode 100644 index 1799edf..0000000 --- a/.classpath +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.project b/.project deleted file mode 100644 index 0d6d248..0000000 --- a/.project +++ /dev/null @@ -1,46 +0,0 @@ - - - atriasoft-exml - - - atriasoft-exml - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.ui.externaltools.ExternalToolBuilder - full,incremental, - - - LaunchConfigHandle - <project>/.externalToolBuilders/net.sf.eclipsecs.core.CheckstyleBuilder (2).launch - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.m2e.core.maven2Nature - org.eclipse.jdt.core.javanature - net.sf.eclipsecs.core.CheckstyleNature - - - - 1646149232194 - - 30 - - org.eclipse.core.resources.regexFilterMatcher - node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ - - - - diff --git a/pom.xml b/pom.xml index f2cffc1..4e80282 100644 --- a/pom.xml +++ b/pom.xml @@ -40,13 +40,13 @@ org.junit.jupiter junit-jupiter-api - 5.9.3 + 5.11.0-M2 test org.slf4j slf4j-simple - 2.0.7 + 2.1.0-alpha1 test @@ -54,7 +54,6 @@ src test/src - ${project.basedir}/out/maven/ org.apache.maven.plugins