Skip to content

Commit

Permalink
reverted workaround after fixing the root cause by downgrading flatte…
Browse files Browse the repository at this point in the history
…n-plugin
  • Loading branch information
hohwille committed Oct 5, 2023
1 parent ccd8c73 commit 6dbb29f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>mmm-marshall-json</artifactId>
</dependency>
<!-- This is actually a strange maven bug as mmm-marshall is a transitive dependency of mmm-marshall-json.
But if I omit mmm-marshall, I get compiler errors and mvn dependency:tree does not show this dependency.
However, m2e Dependnecy Hierachy is showing it even if outcommented/removed here -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mmm-marshall</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mmm-value-observable</artifactId>
Expand Down

0 comments on commit 6dbb29f

Please sign in to comment.