atomix / atomix

A Kubernetes toolkit for building distributed applications using cloud native principles

Home Page:https://atomix.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VERSION classpath resource conflicts with other libraries

benji opened this issue · comments

The version is read from Atomix.VERSION_RESOURCE = "VERSION" which may conflict with other libs like org.openjsse:openjsse:1.1.0.

We should either rename it to ATOMIX_VERSION or move it to an atomix package like io/atomix/VERSION.

I have same issue.