JohnLCaron / devcdm

CDM next generation development
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Fix javax.measure dependency on local maven repo #40

Closed JohnLCaron closed 2 years ago

JohnLCaron commented 2 years ago

Some kind of workaround, maybe for JPMS? https://github.com/unitsofmeasurement/indriya/issues/377

units of measurement

uomImpl = { group = "tech.units", name = "indriya", version.ref = "uomImpl" } javaxInject = { group = "javax.inject", name = "javax.inject", version.ref = "javaxInject" }

JohnLCaron commented 2 years ago

Fixed with PR #44