+1 for bom, this will help the who is using maven like me, Netty
\Junit\Spring has bom too

何品


JingZhang Chen <iroio...@gmail.com> 于2024年4月24日周三 16:28写道:

> +1 for me, can we have a BOM containing all of the pekko libraries?
> (including persistence, projection, management...)
>
> PJ Fanning <fannin...@apache.org> 于2023年12月30日周六 19:11写道:
>
> > Hi everyone,
> >
> > We already have Bill of Materials (BOMs) specifically for the core
> > pekko libs and the pekko-http libs.
> >
> > * https://mvnrepository.com/artifact/org.apache.pekko/pekko-bom
> > * https://mvnrepository.com/artifact/org.apache.pekko/pekko-http-bom
> >
> > These are useful if you want to use consistent versions of the Pekko
> libs.
> >
> > What we lack is a BOM for all the Pekko libraries. I have created one
> > of my own [1].
> >
> > <dependencyManagement>
> >     <dependencies>
> >         <dependency>
> >             <groupId>com.github.pjfanning</groupId>
> >
> > <artifactId>pekko1.0-libraries-bom_${scala.binary.version}</artifactId>
> >             <version>2023.12.0</version>
> >             <type>pom</type>
> >             <scope>import</scope>
> >         </dependency>
> >     </dependencies>
> > </dependencyManagement>
> >
> >
> > I will try to release a new version of this BOM every time we release
> > any of the Pekko modules.
> >
> > It seems easier to maintain this outside of the Pekko PPMC because it
> > would add a big overhead in terms of votes and other email traffic.
> > When we become a TLP, it may be useful to bring this into the ASF
> > project.
> >
> > If anyone runs into trouble, please raise an issue at the GitHub project
> > [1].
> >
> > [1] https://github.com/pjfanning/pekko-libraries-bom
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@pekko.apache.org
> > For additional commands, e-mail: dev-h...@pekko.apache.org
> >
> >
>
> --
> Best regards
>
> Jingzhang Chen(Roiocam)
>

Reply via email to