From 27bcd08a9c42cc7561e1820991eae9fe3b203a34 Mon Sep 17 00:00:00 2001 From: Ganesh <57193786+Ganesh265@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:37:39 +0100 Subject: [PATCH] Update pom.xml --- pom.xml | 74 +++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 48 insertions(+), 26 deletions(-) diff --git a/pom.xml b/pom.xml index 3cab62f..a0aa844 100644 --- a/pom.xml +++ b/pom.xml @@ -1,46 +1,68 @@ - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - groupId - CucumberBasics + com.example + cucumber-project 1.0-SNAPSHOT + jar + + cucumber-project + http://maven.apache.org + - 1.6 - 1.6 + UTF-8 + 11 + 11 - - + + - info.cukes + io.cucumber cucumber-java - 1.2.5 + 7.10.0 + test - - - info.cukes + io.cucumber cucumber-junit - 1.2.5 + 7.10.0 + test - - junit - junit - 4.12 + io.cucumber + cucumber-spring + 7.10.0 + test - - + - info.cukes - cucumber-picocontainer - 1.2.4 + org.junit.jupiter + junit-jupiter-engine + 5.8.2 + test + + + org.junit.platform + junit-platform-runner + 1.8.2 + test - - + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 11 + 11 + + + +