ies.aoserv-ipreputation.1.85.0.source-code.module-info Maven / Gradle / Ivy
/*
* aoserv-ipreputation - Daemon that feeds IP reputation into the AOServ Platform.
* Copyright (C) 2021 AO Industries, Inc.
* [email protected]
* 7262 Bull Pen Cir
* Mobile, AL 36695
*
* This file is part of aoserv-ipreputation.
*
* aoserv-ipreputation is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* aoserv-ipreputation is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with aoserv-ipreputation. If not, see .
*/
module com.aoindustries.aoserv.ipreputation {
exports com.aoindustries.ipreputation;
// Direct
requires com.aoapps.hodgepodge; // com.aoapps ao-hodgepodge
requires com.aoapps.lang; // com.aoapps ao-lang
requires com.aoindustries.aoserv.client; // com.aoindustries aoserv-client
// Java SE
requires java.sql;
}