blob: e3a1c55a5822d421886c3ce1483fbcd02eedeb39 [file] [log] [blame]
/********************************************************************************
* Copyright (c) 2015-2022 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
********************************************************************************/
description = 'Import Scheduler'
dependencies {
implementation project(":api:base")
implementation project(":nucleus:apicopy")
implementation project(":nucleus:preferences")
implementation project(":nucleus:property")
implementation project(":nucleus:connector")
implementation 'commons-io:commons-io:2.6'
implementation 'org.freemarker:freemarker:2.3.30'
implementation 'com.google.guava:guava:25.0-jre'
}
jar {
metaInf { from '../../NOTICE.txt' }
metaInf { from '../../LICENSE.txt' }
}