blob: 9456c74f2d68c3b5c47ac0cd7092f2cdfbd8bff4 [file] [log] [blame]
/********************************************************************************
* Copyright (c) 2015-2018 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 = 'MDM Web Application'
dependencies {
runtimeOnly 'org.glassfish.jersey.containers:jersey-container-servlet:2.23.2'
implementation 'com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.9.2'
implementation 'com.google.guava:guava:25.0-jre'
//KeyCloak uses Apache HTTP Client
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
implementation 'org.keycloak:keycloak-saml-servlet-filter-adapter:15.0.2'
compileOnly 'org.glassfish.main.security:security-ee:5.1.0'
implementation project(':nucleus:businessobjects')
implementation project(':nucleus:filerelease')
implementation project(':nucleus:property')
implementation project(':nucleus:freetextindexer')
implementation project(':nucleus:preferences')
}
jar {
metaInf { from '../../NOTICE.txt' }
metaInf { from '../../LICENSE.txt' }
}