diff --git a/build.gradle b/build.gradle index 7eda28a6..9f94b083 100644 --- a/build.gradle +++ b/build.gradle @@ -33,6 +33,9 @@ repositories { mavenCentral() mavenLocal() maven {url "https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/" } + maven { + url = file('lib/local-mvn-repo') + } flatDir(dirs: 'lib') } diff --git a/lib/biojava-structure-6.1.0-rdk1.jar b/lib/local-mvn-repo/org/biojava/biojava-structure/6.1.0-rdk1/biojava-structure-6.1.0-rdk1.jar similarity index 100% rename from lib/biojava-structure-6.1.0-rdk1.jar rename to lib/local-mvn-repo/org/biojava/biojava-structure/6.1.0-rdk1/biojava-structure-6.1.0-rdk1.jar diff --git a/lib/local-mvn-repo/org/biojava/biojava-structure/6.1.0-rdk1/biojava-structure-6.1.0-rdk1.pom b/lib/local-mvn-repo/org/biojava/biojava-structure/6.1.0-rdk1/biojava-structure-6.1.0-rdk1.pom new file mode 100644 index 00000000..7b6c0828 --- /dev/null +++ b/lib/local-mvn-repo/org/biojava/biojava-structure/6.1.0-rdk1/biojava-structure-6.1.0-rdk1.pom @@ -0,0 +1,184 @@ + + + 4.0.0 + + biojava + org.biojava + 6.1.0 + + biojava-structure + biojava-structure + 6.1.0-rdk1 + The protein structure modules of BioJava. + + + GNU LGPL v2 + http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt + repo + + + + + + org.rcsb + ${ciftools.artifact} + ${ciftools.version} + + + org.rcsb + mmtf-api + ${mmtf.version} + compile + + + org.rcsb + mmtf-serialization + ${mmtf.version} + compile + + + org.rcsb + mmtf-codec + ${mmtf.version} + compile + + + org.biojava + biojava-alignment + 6.1.0 + compile + + + org.biojava + biojava-core + 6.1.0 + compile + + + + java3d + vecmath + 1.3.1 + + + + org.jgrapht + jgrapht-core + + 1.4.0 + + + + + javax.xml.bind + jaxb-api + + + org.glassfish.jaxb + jaxb-runtime + + + + + com.fasterxml.jackson.core + jackson-databind + 2.13.4.2 + + + + org.slf4j + slf4j-api + + + + org.apache.logging.log4j + log4j-slf4j-impl + + + org.apache.logging.log4j + log4j-api + + + org.apache.logging.log4j + log4j-core + + + + junit + junit + test + + + xmlunit + xmlunit + 1.6 + test + + + + org.junit.jupiter + junit-jupiter-engine + + + org.junit.jupiter + junit-jupiter-params + + + org.junit.vintage + junit-vintage-engine + + + + + + yyyyMMdd-HHmm + ${maven.build.timestamp} + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + demo/** + + + + + + org.apache.maven.plugins + maven-resources-plugin + + + + + + src/main/resources + true + + **/*.properties + + + + src/main/resources + false + + **/*.cif.gz + **/*.pdb.gz + **/*.mat + **/*.xml + + + + + + + + \ No newline at end of file diff --git a/lib/readme.txt b/lib/readme.txt index facf3750..f6da4796 100644 --- a/lib/readme.txt +++ b/lib/readme.txt @@ -9,4 +9,5 @@ https://code.google.com/archive/p/fast-random-forest/ https://github.com/rdk/FasterForest +local-mvn-repo is here to temporary hold jars and poms of modified libraries.