epam / NGB

New Genome Browser (NGB) - a Web - based NGS data viewer with unique Structural Variations (SVs) visualization capabilities, high performance, scalability, and cloud data support
MIT License
161 stars 41 forks source link

Switch to Maven central repository #379

Open mzueva opened 3 years ago

mzueva commented 3 years ago

Since Jcenter repository is shutting down we need to use Maven central reposiroty for NGB build.

Sergeev-Ilya commented 3 years ago
  1. We should put a new version of compile(group: "org.jetbrains.bio", name: "big", version: "0.8.3") to 0.9.1
  2. Then we should deal with transactive dependencies of logging.
VolLol commented 3 years ago

For uninstall the transactive dependencies of logging suggest exclude slf4j module configuration.

 configurations {
        all*.exclude module: 'spring-boot-starter-logging'
        all*.exclude module:'slf4j-log4j12'
        }