prashant-ramcharan / courgette-jvm

Multiprocess | Parallel Cucumber-JVM | Parallelize your Java Cucumber tests on a feature level or on a scenario level.
MIT License
130 stars 38 forks source link

Maven Build is failing with this error 'java: package com.fasterxml.jackson.datatype.jdk8 does not exist' #400

Closed Kannan0893 closed 3 months ago

Kannan0893 commented 4 months ago

Hi @prashant-ramcharan ,

i am using courgette report for a while in my automation project .. instead of dependency i am directly using the courgette packages in my framework .its working fine with courgette package of 6.9.0 version .. now i have tried to update the packages with latest version then i ran into this issue

i have tried few other ways to solve this problem but nothing is working ,so better ask you on this issue

after updating the latest packages ,my maven build is failing with compilation errors

please check and let me know if i need to change anything

image

Thanks, Kannan P

prashant-ramcharan commented 4 months ago

This is not related to Courgette.

You would need to check your offline dependencies to see which one needs updating.

Looking at your screenshot, your project most likely needs com.fasterxml.jackson to be updated to the version shown in the error.

Kannan0893 commented 4 months ago

my bad ,i didnt check the dependency .. thanks @prashant-ramcharan .. we can close this ticket one last question ,in courgette latest version we dont have this file ApiExtentReport under extend reports package .is there any particular reason for this file removed from latest version ?

Thanks, kannan P

prashant-ramcharan commented 4 months ago

ApiExtentReport is not a class within Courgette (and has never been)

https://github.com/prashant-ramcharan/courgette-jvm/tree/master/src/main/java/courgette/integration/extentreports

This package has not changed for a while now.