Skip to content

missing dependency check: assertj-core #727

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Pankraz76 opened this issue May 9, 2025 · 0 comments
Open

missing dependency check: assertj-core #727

Pankraz76 opened this issue May 9, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@Pankraz76
Copy link

Pankraz76 commented May 9, 2025

bug

missing dependency check: assertj-core

      <dependency>
          <groupId>org.assertj</groupId>
          <artifactId>assertj-core</artifactId>
          <scope>test</scope>
      </dependency>
------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.0:testCompile (default-testCompile) on project maven-api-plugin: Compilation failure: Compilation failure: 
[ERROR] /Users/vincent.potucek/IdeaProjects/maven/api/maven-api-plugin/src/test/java/org/apache/maven/api/plugin/descriptor/another/ExtendedPluginDescriptorTest.java:[24,35] package org.assertj.core.api does not exist
[ERROR] /Users/vincent.potucek/IdeaProjects/maven/api/maven-api-plugin/src/test/java/org/apache/maven/api/plugin/descriptor/another/ExtendedPluginDescriptorTest.java:[24,1] static import only from classes and interfaces
[ERROR] /Users/vincent.potucek/IdeaProjects/maven/api/maven-api-plugin/src/test/java/org/apache/maven/api/plugin/descriptor/another/ExtendedPluginDescriptorTest.java:[74,9] cannot find symbol
[ERROR]   symbol:   method assertThat(java.lang.String)
[ERROR]   location: class org.apache.maven.api.plugin.descriptor.another.ExtendedPluginDescriptorTest
[ERROR] /Users/vincent.potucek/IdeaProjects/maven/api/maven-api-plugin/src/test/java/org/apache/maven/api/plugin/descriptor/another/ExtendedPluginDescriptorTest.java:[75,9] cannot find symbol
[ERROR]   symbol:   method assertThat(java.lang.String)
[ERROR]   location: class org.apache.maven.api.plugin.descriptor.another.ExtendedPluginDescriptorTest
[ERROR] -> [Help 1]
Image
@Pankraz76 Pankraz76 added the bug Something isn't working label May 9, 2025
@timtebeek timtebeek transferred this issue from openrewrite/rewrite-static-analysis May 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant