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

Reply via email to