From dca836cd1d1b397ba58c95a315804e70e3b4e2b9 Mon Sep 17 00:00:00 2001 From: John Mayfield Date: Wed, 22 Dec 2021 13:36:36 +0000 Subject: [PATCH] Make sure everything is used is declared in the cdk-legacy module --- legacy/pom.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/legacy/pom.xml b/legacy/pom.xml index 03e16715c6d..b3f8587fee2 100644 --- a/legacy/pom.xml +++ b/legacy/pom.xml @@ -12,11 +12,59 @@ cdk-legacy + + javax.vecmath + vecmath + junit junit test + + org.hamcrest + hamcrest + test + + + com.google.guava + guava + + + xml-apis + xml-apis + 1.3.03 + + + org.openscience.cdk + cdk-formula + ${project.version} + test + + + org.openscience.cdk + cdk-reaction + ${project.version} + test + + + org.openscience.cdk + cdk-isomorphism + ${project.version} + test + + + org.openscience.cdk + cdk-core + ${project.version} + test + + + org.openscience.cdk + cdk-valencycheck + ${project.version} + test + org.openscience.cdk cdk-test @@ -104,6 +152,7 @@ org.openscience.cdk cdk-qsar ${project.version} + test org.openscience.cdk