0

I have an maven appium, testNG, cucumber project which is running fine, but when pom.xml is changed and project-->Maven-->Reload project, it is showing simply one line error with out a stack trace. I am using JDK 17.0.7, maven 3.8.3, testng 7.8.0

    - Sync-->
     - pom.xml (1 error)-->
        - java.lang.StackOverflowError

Also in a separate post I reported a problem, where, none of the pom.xml file dependencies are being taken, and shown as non existing

Robert
  • 39,162
  • 17
  • 99
  • 152
PraNuta
  • 629
  • 3
  • 12
  • 33
  • Is that in your IDE ? Which IDE and version you are using? Or on the command line? Why using an old version of Maven? – khmarbaise Jun 23 '23 at 16:15
  • @khmarbaise My IDE is intelliJ ver.IntelliJ IDEA 2023.1.3 (Community Edition) the latest. I am using the build, run from with in the IDE, not CLI. Maven 3.8.3 is relatively recent. I also used the latest 3.9.2, which is also has the same problem. – PraNuta Jun 23 '23 at 16:29
  • Please run your build from plain command line.... NOT within your IDE.... – khmarbaise Jun 23 '23 at 17:07
  • And include the parts of the stack trace that do not repeat. It may be just one used plugin that causes this problem. – Robert Jun 25 '23 at 10:58
  • @Robert Thanks for your reply. There is absolutely no stack trace, just one sentence. Moreover, I believe, I passed this issue by mitigating the (1)Provides transitive vulnerable dependency maven:com.fasterxml.jackson.core:jackson-databind:2.13.2.2 (2)Provides transitive vulnerable dependency maven:com.google.guava:guava:25.0-jre (3) removing the redundant dependency Selenium-server in an appium project. – PraNuta Jun 25 '23 at 11:51

0 Answers0