[ 
https://issues.apache.org/jira/browse/MSHARED-772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16686766#comment-16686766
 ] 

Karl Heinz Marbaise commented on MSHARED-772:
---------------------------------------------

Than why are filling in an issue for the dependency-analyzer here? And if you 
already using the most recent version of the maven-compiler-plugin you don't 
have to add the asm dependency ...It would help if you could make an example 
project which shows the failure ...otherwise it's hard to reproduce? Apart from 
that maven-compiler-plugin 3.8.0 works on JDK 11 ...?

> maven-dependency-analyzer not working on OpenJDK 11 
> ----------------------------------------------------
>
>                 Key: MSHARED-772
>                 URL: https://issues.apache.org/jira/browse/MSHARED-772
>             Project: Maven Shared Components
>          Issue Type: Bug
>          Components: maven-dependency-analyzer
>            Reporter: khalid el boukhari
>            Assignee: Karl Heinz Marbaise
>            Priority: Blocker
>
> Hi,
> Maven-dependency-analyzer is not supporting java 11.
> Here is my conf : 
> {code:xml}
> <plugin>
> <artifactId>maven-compiler-plugin</artifactId>
> <dependencies>
> <dependency>
> <groupId>org.ow2.asm</groupId>
> <artifactId>asm</artifactId>
> <version>7.0</version>
> </dependency>
> </dependencies>
> <configuration>
> <release>11</release>
> </configuration>
> </plugin>
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to