epost-openapi-proxy
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.jinahya</groupId> <artifactId>epost-openapi-proxy</artifactId> <version>0.6.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.jinahya</groupId> <artifactId>jinahya-parent</artifactId> <!-- https://search.maven.org/artifact/com.github.jinahya/jinahya-parent --> <!-- https://repo.maven.apache.org/maven2/io/github/jinahya/jinahya-parent/ --> <version>0.9.6</version> </parent> <artifactId>epost-openapi-proxy</artifactId> <version>0.6.0</version> <packaging>jar</packaging> <name>${project.artifactId}</name> <description>proxy application for openapi.epost.go.kr</description> <url>https://github.com/jinahya/${project.artifactId}</url> <inceptionYear>2024</inceptionYear> <organization> <name>Jinahya, Inc.</name> <url>https://jinahya.com</url> </organization> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git@github.com:jinahya/${project.artifactId}.git</connection> <developerConnection>scm:git:git@github.com:jinahya/${project.artifactId}.git</developerConnection> <url>https://github.com/jinahya/${project.artifactId}</url> <tag>0.6.0</tag> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/jinahya/${project.artifactId}/issues</url> </issueManagement> <properties> <maven.compiler.source>21</maven.compiler.source> <maven.compiler.target>${maven.compiler.source}</maven.compiler.target> <maven.compiler.release>${maven.compiler.target}</maven.compiler.release> <maven.compiler.testSource>${maven.compiler.source}</maven.compiler.testSource> <maven.compiler.testTarget>${maven.compiler.testSource}</maven.compiler.testTarget> <maven.compiler.testRelease>${maven.compiler.testTarget}</maven.compiler.testRelease> <sonar.organization>jinahya-github</sonar.organization> <sonar.projectKey>jinahya_epost-openapi-proxy</sonar.projectKey> <sonar.host.url>https://sonarcloud.io</sonar.host.url> <!-- <version.io.swagger.core.v3>2.2.22</version.io.swagger.core.v3>--> <version.maven-failsafe>${version.maven-surefire}</version.maven-failsafe> <!-- <version.maven-surefire>3.3.1</version.maven-surefire>--> <version.maven-surefire>3.5.0</version.maven-surefire> <!-- https://search.maven.org/search?q=g:org.apache.poi --> <version.org.apache.poi>5.3.0</version.org.apache.poi> <!-- https://docs.spring.io/spring-boot/appendix/dependency-versions/coordinates.html --> <version.org.springframework>6.2.0</version.org.springframework> <!-- https://search.maven.org/search?q=g:org.springframework.boot --> <version.org.springframework.boot>3.4.0</version.org.springframework.boot> <!-- https://spring.io/projects/spring-cloud --> <!-- https://github.com/spring-cloud/spring-cloud-release/wiki --> <!-- https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2024.0-Release-Notes --> <version.org.springframework.cloud>2024.0.0</version.org.springframework.cloud> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>jakarta.platform</groupId> <artifactId>jakarta.jakartaee-bom</artifactId> <!-- https://search.maven.org/artifact/jakarta.platform/jakarta.jakartaee-bom --> <version>11.0.0-M4</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi</artifactId> <!-- https://search.maven.org/search?q=g:org.springdoc --> <!-- https://search.maven.org/artifact/org.springdoc/springdoc-openapi-starter-webflux-ui --> <version>2.7.0</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-framework-bom</artifactId> <version>${version.org.springframework}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>${version.org.springframework.boot}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>${version.org.springframework.cloud}</version> <type>pom</type> <scope>import</scope> </dependency> <!-- <dependency>--> <!-- <groupId>org.springframework.data</groupId>--> <!-- <artifactId>spring-data-bom</artifactId>--> <!-- <!– https://search.maven.org/artifact/org.springframework.data/spring-data-bom –>--> <!-- <version>2024.0.4</version>--> <!-- <type>pom</type>--> <!-- <scope>import</scope>--> <!-- </dependency>--> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>com.github.ben-manes.caffeine</groupId> <artifactId>caffeine</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <!-- <scope>test</scope>--> <scope>runtime</scope> </dependency> <dependency><!-- https://github.com/netty/netty/issues/12582 --> <groupId>io.netty</groupId> <artifactId>netty-resolver-dns-native-macos</artifactId> <classifier>osx-aarch_64</classifier> <scope>test</scope> </dependency> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-test</artifactId> <scope>test</scope> </dependency> <!-- <dependency>--> <!-- <groupId>io.swagger.core.v3</groupId>--> <!-- <artifactId>swagger-annotations-jakarta</artifactId>--> <!-- <version>${version.io.swagger.core.v3}</version>--> <!-- <scope>compile</scope>--> <!-- </dependency>--> <dependency> <groupId>io.vavr</groupId> <artifactId>vavr</artifactId> <version>1.0.0-alpha-4</version> <scope>test</scope> </dependency> <dependency> <groupId>jakarta.validation</groupId> <artifactId>jakarta.validation-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>nl.jqno.equalsverifier</groupId> <artifactId>equalsverifier-nodep</artifactId> <version>3.17.5</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>${version.org.apache.poi}</version> <scope>test</scope> </dependency> <dependency><!-- https://junit.org/junit5/docs/current/user-guide/#junit-platform-suite-engine --> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-suite-api</artifactId> <scope>test</scope> </dependency> <dependency><!-- https://junit.org/junit5/docs/current/user-guide/#junit-platform-suite-engine --> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-suite-engine</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.36</version> <scope>provided</scope> </dependency> <dependency><!-- https://search.maven.org/artifact/org.springdoc/springdoc-openapi-starter-webflux-ui --> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-starter-webflux-ui</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-cache</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-gateway</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.hateoas</groupId> <artifactId>spring-hateoas</artifactId> <scope>compile</scope> </dependency> </dependencies> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <!-- https://search.maven.org/artifact/org.apache.maven.plugins/maven-javadoc-plugin --> <version>3.10.0</version> <configuration> <!-- <doclint>all</doclint>--> <doclint>none</doclint> <!-- https://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#excludePackageNames --> <excludePackageNames> com.github.jinahya.epost.openapi.proxy._misc, com.github.jinahya.epost.openapi.proxy._misc.*, com.mycompany, com.github.jinahya.epost.openapi.proxy.util </excludePackageNames> <links> <link>https://javadoc.io/doc/io.projectreactor.netty/reactor-netty/latest/</link> <link>https://javadoc.io/doc/jakarta.validation/jakarta.validation-api/latest/</link> <link>https://javadoc.io/doc/org.springframework.cloud/spring-cloud-gateway-core/latest/</link> <link>https://javadoc.io/doc/org.springframework.cloud/spring-cloud-gateway-server/latest/</link> <link>https://javadoc.io/doc/org.springframework.cloud/spring-cloud-gateway-webflux/latest/</link> <link>https://docs.spring.io/spring-framework/docs/current/javadoc-api/</link> </links> <tags> <tag> <name>apiNote</name> <placement>a</placement> <head>API Note:</head> </tag> <tag> <name>implSpec</name> <placement>a</placement> <head>Implementation Requirements:</head> </tag> <tag> <name>implNote</name> <placement>a</placement> <head>Implementation Note:</head> </tag> </tags> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>4.0.0-M16</version> </plugin> <plugin><!-- used by maven-site-plugin --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>${version.maven-surefire}</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> <version>2.17.1</version> <configuration> <processDependencyManagementTransitive>false</processDependencyManagementTransitive> </configuration> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.8.12</version> </plugin> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <version>${version.org.springframework.boot}</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <version>3.5.0</version> <executions> <execution> <id>enforce-java</id> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireJavaVersion> <version>[21.0.0,)</version> </requireJavaVersion> </rules> </configuration> </execution> <execution> <id>enforce-maven</id> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireMavenVersion> <version>[3.6.3,)</version> </requireMavenVersion> </rules> </configuration> </execution> <execution> <id>enforce</id> <configuration> <rules> <dependencyConvergence /> </rules> </configuration> <goals> <goal>enforce</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <!-- https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-compiler-plugin/versions --> <version>3.13.0</version> <configuration> <compilerArgs> <arg>-Xlint</arg> </compilerArgs> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <!-- https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-jar-plugin/versions --> <version>3.4.2</version> <configuration> <archive> <!-- https://dzone.com/articles/automatic-module-name-calling-all-java-library-maintainers --> <manifestEntries> <Automatic-Module-Name>com.github.jinahya.epost.openapi.proxy</Automatic-Module-Name> </manifestEntries> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>${version.maven-surefire}</version> </plugin> <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-maven-plugin</artifactId> <version>1.22</version> <executions> <execution> <id>check-signature-java18:1.0</id> <goals> <goal>check</goal> </goals> <phase>process-classes</phase> <configuration> <signature> <groupId>org.codehaus.mojo.signature</groupId> <artifactId>java18</artifactId> <version>1.0</version> </signature> </configuration> </execution> </executions> </plugin> --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> <version>2.4.0</version> <configuration> <licenseName>apache_v2</licenseName> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>tidy-maven-plugin</artifactId> <version>1.3.0</version> <executions> <execution> <id>validate</id> <phase>validate</phase> <goals> <!-- <goal>check</goal>--> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <configuration> <excludes> <exclude>**/*RouteController.class</exclude> <exclude>**/AreaCodeInfoUtils.class</exclude> </excludes> </configuration> <executions> <execution> <id>default-prepare-agent</id> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>default-prepare-agent-integration</id> <goals> <goal>prepare-agent-integration</goal> </goals> </execution> <execution> <id>default-report</id> <goals> <goal>report</goal> </goals> <configuration> <formats> <format>XML</format> </formats> </configuration> </execution> <execution> <id>default-report-integration</id> <goals> <goal>report-integration</goal> </goals> <configuration> <formats> <format>XML</format> </formats> </configuration> </execution> <execution> <id>default-check</id> <goals> <!-- <goal>check</goal>--> </goals> <configuration> <rules> <rule> <element>BUNDLE</element> <limits> <limit> <counter>COMPLEXITY</counter> <value>COVEREDRATIO</value> <minimum>0.60</minimum> </limit> </limits> </rule> </rules> </configuration> </execution> </executions> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> <version>4.8.6.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>3.5.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>3.5.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>3.7.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <configuration> <showSuccess>false</showSuccess> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>3.25.0</version> <configuration> <targetJdk>${maven.compiler.source}</targetJdk> <skipEmptyReport>false</skipEmptyReport> <!-- https://issues.apache.org/jira/browse/MPMD-225 --> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> <reportSets> <reportSet> <reports> <report>dependency-updates-report</report> <report>plugin-updates-report</report> <report>property-updates-report</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <reportSets> <reportSet> <reports> <report>report</report> </reports> </reportSet> </reportSets> </plugin> </plugins> </reporting> <profiles> <profile> <id>failsafe</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> <version>${version.maven-failsafe}</version> <executions> <execution> <goals> <goal>integration-test</goal> <goal>verify</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>github-action</id> <properties> <surefire.excludes>ApplicationTests, AreaCodeInfoUtilsTest</surefire.excludes> </properties> </profile> </profiles> </project>