You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2021/09/17 15:41:00 UTC

[jira] [Commented] (DOXIASITETOOLS-224) Update Plexus Container

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

Michael Osipov commented on DOXIASITETOOLS-224:
-----------------------------------------------

[~cstamas], I think this will be a won't fix since we will move to Sisu/Guice anyway

> Update Plexus Container
> -----------------------
>
>                 Key: DOXIASITETOOLS-224
>                 URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-224
>             Project: Maven Doxia Sitetools
>          Issue Type: Dependency upgrade
>            Reporter: Elliotte Rusty Harold
>            Priority: Major
>
> We have multiple versions of different plexus artifacts, all very old. E.g. we pull in both
>  
> <dependency>
>  <groupId>org.codehaus.plexus</groupId>
>  <artifactId>plexus-container-default</artifactId>
>  <version>1.0-alpha-9</version>
>  </dependency>
>  
> and
>  
> <dependency>
>  <groupId>org.codehaus.plexus</groupId>
>  <artifactId>plexus-container-default</artifactId>
>  <version>1.0-alpha-30</version>
>  </dependency>
>  
> The current version is 2.1.0. Get these upgraded. Some code changes are probably required.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)