martylamb / macnificent

Macnificent is a set of utility classes for working with MAC addresses in Java. In addition to a lightweight MacAddress class and parser, this includes IEEE OUI registry information and a formatter for MAC addresses that displays an abbreviated form of the device's manufacturer's name.
Apache License 2.0
11 stars 7 forks source link

new maven kills non https dependencies by default #4

Closed trixpan closed 1 year ago

trixpan commented 3 years ago

@martylamb the latest maven kills the http repo you used to publish code on

https://maven.apache.org/docs/3.8.1/release-notes.html

as mentioned in https://github.com/fluenda/ParCEFone/issues/16

martylamb commented 1 year ago

Fixed, no longer using that repo. Thanks!