blob: c7fa0d220ca9a0d24a013837e861b987030d3f98 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
ext.dropwizard_version = "1.1.1";
ext.jackson_version = "2.8.9";
ext.jeresy_version = "2.25";
ext.libraries = [
// Dropwizard:
dropwizard: "io.dropwizard:dropwizard-core:$dropwizard_version",
dropwizard_client: "io.dropwizard:dropwizard-client:$dropwizard_version",
dropwizard_views: "io.dropwizard:dropwizard-views:$dropwizard_version",
dropwizard_views_freemarker: "io.dropwizard:dropwizard-views-freemarker:$dropwizard_version",
dropwizard_assets: "io.dropwizard:dropwizard-assets:$dropwizard_version",
dropwizard_bundles_redirect: "io.dropwizard-bundles:dropwizard-redirect-bundle:1.0.5",
// App. specific:
freemarker: "org.freemarker:freemarker:2.3.27-incubating",
jersey_core: "org.glassfish.jersey.core:jersey-core:$jeresy_version",
jackson_databind: "com.fasterxml.jackson.core:jackson-databind:$jackson_version",
// Commons:
findBugs: "com.google.code.findbugs:annotations:3.0.0",
commonLangs: "org.apache.commons:commons-lang3:3.3.2",
guava: "com.google.guava:guava:13.0.1",
// Test:
dropwizard_testing: "io.dropwizard:dropwizard-testing:$dropwizard_version",
dropwizard_client: "io.dropwizard:dropwizard-client:$dropwizard_version",
junit: "junit:junit-dep:4.11",
mockito: "org.mockito:mockito-core:1.9.0",
hamcrest: "org.hamcrest:hamcrest-library:1.3",
jersey_grrizle: "org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:$jeresy_version",
// Build:
rat: "org.apache.rat:apache-rat-tasks:0.12"
]