orks.nmw-oss-parent-book.1.21.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nmw-oss-parent-book Show documentation
Show all versions of nmw-oss-parent-book Show documentation
Documentation for NMW OSS Parent in SemanticCMS format.
/*
* nmw-oss-parent - Parent POM for all New Media Works open-source software projects.
* Copyright (C) 2021, 2022 New Media Works
* [email protected]
* 703 2nd Street #465
* Santa Rosa, CA 95404
*
* This file is part of nmw-oss-parent.
*
* nmw-oss-parent 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.
*
* nmw-oss-parent 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 nmw-oss-parent. If not, see .
*/
module com.newmediaworks.oss.parent.book {
// Direct
requires com.aoapps.badges; // com.aoapps ao-badges
requires com.aoapps.taglib; // com.aoapps ao-taglib
requires com.semanticcms.changelog.taglib; // com.semanticcms semanticcms-changelog-taglib
requires com.semanticcms.core.taglib; // com.semanticcms semanticcms-core-taglib
requires com.semanticcms.section.taglib; // com.semanticcms semanticcms-section-taglib
requires taglibs.standard.spec; // org.apache.taglibs taglibs-standard-spec
}