diff --git a/build.gradle b/build.gradle index b8e2b0f0a..162d9b991 100644 --- a/build.gradle +++ b/build.gradle @@ -3,6 +3,9 @@ import org.labkey.gradle.util.BuildUtils; dependencies { external 'com.google.protobuf:protobuf-java:3.12.2' + external "org.xerial:sqlite-jdbc:3.7.2" + external "org.apache.commons:commons-math3:${commonsMath3Version}" + external "org.jfree:jcommon:1.0.17" implementation "org.apache.httpcomponents:httpmime:${httpmimeVersion}" BuildUtils.addLabKeyDependency(project: project, config: "implementation", depProjectPath: BuildUtils.getCommonAssayModuleProjectPath(project.gradle, "ms2"), depProjectConfig: "apiJarFile") BuildUtils.addLabKeyDependency(project: project, config: "jspImplementation", depProjectPath: BuildUtils.getCommonAssayModuleProjectPath(project.gradle, "ms2"), depProjectConfig: "apiJarFile") diff --git a/resources/credits/jars.txt b/resources/credits/jars.txt index 20b893f24..b1c8df5c6 100644 --- a/resources/credits/jars.txt +++ b/resources/credits/jars.txt @@ -1,4 +1,7 @@ {table} Filename|Component|Version|Source|License|LabKey Dev|Purpose +commons-math3-3.6.1.jar|Commons Math|3.6.1|{link:Apache|http://commons.apache.org/math/}|{link:Apache 2.0|http://www.apache.org/licenses/LICENSE-2.0}||Lightweight, self-contained mathematics and statistics components +jcommon-1.0.17.jar|JFree Chart|1.0.17|{link:JFreeChart|http://www.jfree.org/jfreechart/}|{link:LGPL|http://www.gnu.org/licenses/lgpl.txt}||PNG encoder protobuf-java-3.12.2.jar|Protocol Buffers|3.12.2|{link:Github Google|https://github.com/google/protobuf/releases}|{link:Custom|https://github.com/google/protobuf/blob/master/LICENSE}|nicksh|Binary data parsing +sqlite-jdbc-3.7.2.jar|SQLite JDBC Driver|3.7.2|{link:bitbucket.org|https://bitbucket.org/xerial/sqlite-jdbc/wiki/Home}|{link:Apache 2.0|http://www.apache.org/licenses/LICENSE-2.0}|vsharma|SQLite JDBC Driver {table}