database-metadata-bind
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.jinahya</groupId> <artifactId>database-metadata-bind</artifactId> <version>4.2.10</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> <version>0.9.9</version> </parent> <artifactId>database-metadata-bind</artifactId> <version>4.2.10</version> <packaging>jar</packaging> <name>${project.artifactId}</name> <description>Class for binding results of java.sql.DatabaseMetaData</description> <url>https://github.com/jinahya/$project.artifactId}</url> <inceptionYear>2011</inceptionYear> <organization> <name>Jinahya, Inc.</name> <url>https://jinahya.com</url> </organization> <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>4.2.10</tag> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/jinahya/${project.artifactId}/issues</url> </issueManagement> <ciManagement> <system>Travis CI</system> <url>https://travis-ci.org/jinahya/${project.artifactId}</url> </ciManagement> <properties> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>${maven.compiler.source}</maven.compiler.target> <maven.compiler.release>${maven.compiler.target}</maven.compiler.release> <maven.compiler.testSource>21</maven.compiler.testSource> <maven.compiler.testTarget>${maven.compiler.testSource}</maven.compiler.testTarget> <maven.compiler.testRelease>${maven.compiler.testTarget}</maven.compiler.testRelease> <doclint>none</doclint> <sonar.organization>jinahya-github</sonar.organization> <sonar.host.url>https://sonarcloud.io</sonar.host.url> <!-- <version.animal-sniffer>1.24</version.animal-sniffer>--> <version.com.oracle.ojdbc>23.3.0.23.09</version.com.oracle.ojdbc> <version.lombok>1.18.38</version.lombok> <version.maven-failsafe>${version.maven-surefire}</version.maven-failsafe> <version.maven-surefire>3.5.3</version.maven-surefire> <version.mysql-connector-j>8.3.0</version.mysql-connector-j> <version.ojdbc6>11.2.0.4</version.ojdbc6> <version.ojdbc8>21.8.0.0</version.ojdbc8> <version.ojdbc10>19.17.0.0</version.ojdbc10> <version.ojdbc11>21.8.0.0</version.ojdbc11> <!-- <version.org.apache.derby>10.16.1.1</version.org.apache.derby>--> <version.org.apache.derby>10.17.1.0</version.org.apache.derby> <version.org.hibernate.validator>8.0.1.Final</version.org.hibernate.validator> <version.org.junit.jupiter>5.13.0</version.org.junit.jupiter> <version.org.mockito>5.18.0</version.org.mockito> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>com.github.joschi.jackson</groupId> <artifactId>jackson-bom</artifactId> <!-- https://central.sonatype.com/artifact/com.github.joschi.jackson/jackson-bom/versions --> <version>2.8.5</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>jakarta.platform</groupId> <artifactId>jakarta.jakartaee-bom</artifactId> <!-- https://central.sonatype.com/artifact/jakarta.platform/jakarta.jakartaee-bom/versions --> <version>11.0.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.5.18</version> <scope>test</scope> </dependency> <dependency> <groupId>com.diffplug.durian</groupId> <artifactId>durian</artifactId> <version>3.4.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.4.8-jre</version> <scope>test</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>2.3.232</version> <scope>test</scope> </dependency> <dependency> <groupId>io.vavr</groupId> <artifactId>vavr</artifactId> <version>1.0.0-alpha-4</version> <scope>test</scope> </dependency> <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>jakarta.validation</groupId> <artifactId>jakarta.validation-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>nl.jqno.equalsverifier</groupId> <artifactId>equalsverifier-nodep</artifactId> <version>4.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>1.13.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> <version>${version.org.apache.derby}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derbyshared</artifactId> <version>${version.org.apache.derby}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derbytools</artifactId> <version>${version.org.apache.derby}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <!-- https://central.sonatype.com/artifact/org.assertj/assertj-core/versions --> <version>3.27.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.glassfish.expressly</groupId> <artifactId>expressly</artifactId> <!-- https://central.sonatype.com/artifact/org.glassfish.expressly/expressly/versions --> <version>6.0.0-M1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hibernate.validator</groupId> <artifactId>hibernate-validator</artifactId> <!-- https://central.sonatype.com/artifact/org.hibernate.validator/hibernate-validator/versions --> <version>9.0.0.Final</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>2.7.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <version>${version.org.junit.jupiter}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> <version>${version.org.mockito}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>${version.lombok}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> <version>3.49.1.0</version> <scope>test</scope> </dependency> </dependencies> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.11.2</version> <configuration> <additionalOptions> <additionalOption>-Xdoclint:${doclint}</additionalOption> </additionalOptions> <links> <link>https://javadoc.io/doc/jakarta.annotation/jakarta.annotation-api/latest</link> </links> <release>${maven.compiler.testRelease}</release> <!-- https://issues.apache.org/jira/browse/MJAVADOC-720 --> <sourcepath>${project.build.directory}/generated-sources-noduplicate/delombok</sourcepath> <!-- <sourcepath>target/generated-sources-noduplicate/delombok</sourcepath>--> <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-jar-plugin</artifactId> <version>3.4.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>3.9.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>4.0.0-M16</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>3.6.1</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> <version>2.18.0</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>sonar-maven-plugin</artifactId> <!-- <version>3.10.0.2594</version>--> <version>4.0.0.4121</version> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.8.13</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.14.0</version> <configuration> <annotationProcessorPaths> <path> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>${version.lombok}</version> </path> </annotationProcessorPaths> <compilerArgs> <arg>-Xlint</arg> </compilerArgs> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestEntries> <Automatic-Module-Name>com.github.jinahya.database.metadata.bind</Automatic-Module-Name> </manifestEntries> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <version>3.5.0</version> <executions> <execution> <id>enforce-dependency-convergence</id> <configuration> <rules> <dependencyConvergence /> </rules> </configuration> <goals> <goal>enforce</goal> </goals> </execution> <execution> <id>enforce-require-java-version</id> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireJavaVersion> <version>[1.8.0,)</version> </requireJavaVersion> </rules> </configuration> </execution> <execution> <id>enforce-require-maven-version</id> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireMavenVersion> <version>[3.6.3,)</version> </requireMavenVersion> </rules> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>${version.maven-surefire}</version> <configuration> <excludes> <exclude>**/*IT.java</exclude> <!-- 이게 왜 필요한지 확인 필요 --> </excludes> <systemProperties> <property> <name>derby.stream.error.file</name> <value>target/derby.log</value> </property> </systemProperties> <trimStackTrace>false</trimStackTrace> </configuration> </plugin> <!-- <plugin>--> <!-- <groupId>org.codehaus.mojo</groupId>--> <!-- <artifactId>animal-sniffer-maven-plugin</artifactId>--> <!-- <version>${version.animal-sniffer}</version>--> <!-- <executions>--> <!-- <execution>--> <!-- <id>check-against-java18</id>--> <!-- <phase>test</phase>--> <!-- <goals>--> <!-- <goal>check</goal>--> <!-- </goals>--> <!-- <configuration>--> <!-- <skip>true</skip>--> <!-- <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.5.0</version> <configuration> <licenseName>apache_v2</licenseName> </configuration> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <executions> <execution> <id>default-prepare-agent</id> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>default-report</id> <goals> <goal>report</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.projectlombok</groupId> <artifactId>lombok-maven-plugin</artifactId> <version>1.18.20.0</version> <executions> <execution> <configuration> <addOutputDirectory>false</addOutputDirectory> <!-- https://stackoverflow.com/a/45382576/330457 --> <!-- IntelliJ 에서 중복된 코드라고 나오는 문제가 있어서... --> <outputDirectory>${project.build.directory}/generated-sources-noduplicate/delombok</outputDirectory> <sourceDirectory>${project.basedir}/src/main/java</sourceDirectory> </configuration> <phase>generate-sources</phase> <goals> <goal>delombok</goal> </goals> </execution> </executions> <dependencies> <!-- https://github.com/awhitford/lombok.maven/issues/181 --> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>${version.lombok}</version> </dependency> </dependencies> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> <version>4.9.3.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>3.6.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-checkstyle-plugin</artifactId> <version>3.6.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>3.26.0</version> </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>testcontainers</id> <dependencyManagement> <dependencies> <dependency> <groupId>com.oracle.database.jdbc</groupId> <artifactId>ojdbc-bom</artifactId> <!-- <version>23.2.0.0</version>--> <!-- <version>23.3.0.23.09</version>--> <version>23.8.0.25.04</version> <type>pom</type> <scope>import</scope> </dependency> <dependency><!-- https://search.maven.org/search?q=g:org.testcontainers --> <groupId>org.testcontainers</groupId> <artifactId>testcontainers-bom</artifactId> <!-- <version>1.19.6</version>--> <version>1.21.1</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <!-- <dependency>--> <!-- <groupId>org.testcontainers</groupId>--> <!-- <artifactId>junit-jupiter</artifactId>--> <!-- <scope>test</scope>--> <!-- </dependency>--> <dependency> <groupId>org.testcontainers</groupId> <artifactId>db2</artifactId> <scope>test</scope> </dependency> <dependency><!-- https://search.maven.org/search?q=a:mssql-jdbc --> <groupId>com.microsoft.sqlserver</groupId> <artifactId>mssql-jdbc</artifactId> <!-- <version>11.2.3.jre17</version>--> <version>12.6.1.jre11</version> <scope>test</scope> </dependency> <dependency> <groupId>com.mysql</groupId> <artifactId>mysql-connector-j</artifactId> <version>${version.mysql-connector-j}</version> <scope>test</scope> </dependency> <dependency> <groupId>com.oracle.database.jdbc</groupId> <artifactId>ojdbc11</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> <version>3.3.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>42.7.6</version> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>mariadb</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>mssqlserver</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>mysql</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>oracle-free</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>oracle-xe</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>postgresql</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>trino</artifactId> <scope>test</scope> </dependency> <!-- <dependency>--> <!-- <groupId>org.testcontainers</groupId>--> <!-- <artifactId>yugabytedb</artifactId>--> <!-- <scope>test</scope>--> <!-- </dependency>--> </dependencies> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <executions> <execution> <id>add-test-source</id> <phase>generate-sources</phase> <goals> <goal>add-test-source</goal> </goals> <configuration> <sources> <source>${project.basedir}/src/test/java-testcontainers</source> </sources> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>