<?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 http://maven.apache.org/maven-v4_0_0.xsd">
  <parent>
    <artifactId>jqassistant.plugin</artifactId>
    <groupId>com.buschmais.jqassistant.plugin</groupId>
    <version>1.1.1</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>jqassistant.plugin.rdbms</artifactId>
  <build>
    <plugins>
      <plugin>
        <groupId>org.jvnet.jaxb2.maven2</groupId>
        <artifactId>maven-jaxb2-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-dependency-plugin</artifactId>
        <executions>
          <execution>
            <id>copy-asciidoc-stylesheets</id>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>xml-maven-plugin</artifactId>
        <executions>
          <execution>
            <id>transform-xml2asciidoc</id>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-assembly-plugin</artifactId>
        <executions>
          <execution>
            <id>attach-asciidoc</id>
            <phase>package</phase>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>shade</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <shadedArtifactAttached>false</shadedArtifactAttached>
          <dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
          <artifactSet>
            <includes>
              <include>us.fatehi:schemacrawler*</include>
            </includes>
          </artifactSet>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>com.buschmais.jqassistant.plugin</groupId>
      <artifactId>jqassistant.plugin.common</artifactId>
      <version>1.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.buschmais.jqassistant.plugin</groupId>
      <artifactId>jqassistant.plugin.java</artifactId>
      <version>1.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.buschmais.jqassistant.plugin</groupId>
      <artifactId>jqassistant.plugin.common</artifactId>
      <version>1.1.1</version>
      <type>xsl</type>
      <classifier>plugin2asciidoc</classifier>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.buschmais.jqassistant.plugin</groupId>
      <artifactId>jqassistant.plugin.common</artifactId>
      <version>1.1.1</version>
      <type>xsl</type>
      <classifier>rules2asciidoc</classifier>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.buschmais.jqassistant.core</groupId>
      <artifactId>jqassistant.core.report</artifactId>
      <version>1.1.1</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <artifactId>jqassistant.core.analysis</artifactId>
          <groupId>com.buschmais.jqassistant.core</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jaxb-impl</artifactId>
          <groupId>com.sun.xml.bind</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.buschmais.jqassistant.core</groupId>
      <artifactId>jqassistant.core.plugin</artifactId>
      <version>1.1.1</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <artifactId>jqassistant.core.scanner</artifactId>
          <groupId>com.buschmais.jqassistant.core</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jqassistant.core.analysis</artifactId>
          <groupId>com.buschmais.jqassistant.core</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.buschmais.jqassistant.core</groupId>
      <artifactId>jqassistant.core.store</artifactId>
      <version>1.1.1</version>
      <type>test-jar</type>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>xo.neo4j</artifactId>
          <groupId>com.buschmais.xo</groupId>
        </exclusion>
        <exclusion>
          <artifactId>slf4j-api</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.buschmais.jqassistant.core</groupId>
      <artifactId>jqassistant.core.analysis</artifactId>
      <version>1.1.1</version>
      <type>test-jar</type>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>jqassistant.core.store</artifactId>
          <groupId>com.buschmais.jqassistant.core</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-collections</artifactId>
          <groupId>commons-collections</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-io</artifactId>
          <groupId>commons-io</groupId>
        </exclusion>
        <exclusion>
          <artifactId>asciidoctorj</artifactId>
          <groupId>org.asciidoctor</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jruby-core</artifactId>
          <groupId>org.jruby</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jruby-stdlib</artifactId>
          <groupId>org.jruby</groupId>
        </exclusion>
        <exclusion>
          <artifactId>asm-analysis</artifactId>
          <groupId>org.ow2.asm</groupId>
        </exclusion>
        <exclusion>
          <artifactId>asm-commons</artifactId>
          <groupId>org.ow2.asm</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jaxb-impl</artifactId>
          <groupId>com.sun.xml.bind</groupId>
        </exclusion>
        <exclusion>
          <artifactId>slf4j-api</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.buschmais.jqassistant.plugin</groupId>
      <artifactId>jqassistant.plugin.common</artifactId>
      <version>1.1.1</version>
      <type>test-jar</type>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>hamcrest-core</artifactId>
          <groupId>org.hamcrest</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-library</artifactId>
      <version>1.3</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>hamcrest-core</artifactId>
          <groupId>org.hamcrest</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.7.13</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>slf4j-api</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.hsqldb</groupId>
      <artifactId>hsqldb</artifactId>
      <version>2.3.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.buschmais.jqassistant.plugin</groupId>
        <artifactId>jqassistant.plugin.bom</artifactId>
        <version>${project.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>us.fatehi</groupId>
        <artifactId>schemacrawler</artifactId>
        <version>${us.fatehi.schemacrawler_version}</version>
      </dependency>
      <dependency>
        <groupId>us.fatehi</groupId>
        <artifactId>schemacrawler-db2</artifactId>
        <version>${us.fatehi.schemacrawler_version}</version>
      </dependency>
      <dependency>
        <groupId>us.fatehi</groupId>
        <artifactId>schemacrawler-derby</artifactId>
        <version>${us.fatehi.schemacrawler_version}</version>
        <exclusions>
          <exclusion>
            <artifactId>derbyclient</artifactId>
            <groupId>org.apache.derby</groupId>
          </exclusion>
        </exclusions>
      </dependency>
      <dependency>
        <groupId>us.fatehi</groupId>
        <artifactId>schemacrawler-hsqldb</artifactId>
        <version>${us.fatehi.schemacrawler_version}</version>
        <exclusions>
          <exclusion>
            <artifactId>hsqldb</artifactId>
            <groupId>org.hsqldb</groupId>
          </exclusion>
        </exclusions>
      </dependency>
      <dependency>
        <groupId>us.fatehi</groupId>
        <artifactId>schemacrawler-mysql</artifactId>
        <version>${us.fatehi.schemacrawler_version}</version>
        <exclusions>
          <exclusion>
            <artifactId>mysql-connector-java</artifactId>
            <groupId>mysql</groupId>
          </exclusion>
        </exclusions>
      </dependency>
      <dependency>
        <groupId>us.fatehi</groupId>
        <artifactId>schemacrawler-oracle</artifactId>
        <version>${us.fatehi.schemacrawler_version}</version>
      </dependency>
      <dependency>
        <groupId>us.fatehi</groupId>
        <artifactId>schemacrawler-postgresql</artifactId>
        <version>${us.fatehi.schemacrawler_version}</version>
        <exclusions>
          <exclusion>
            <artifactId>postgresql</artifactId>
            <groupId>org.postgresql</groupId>
          </exclusion>
        </exclusions>
      </dependency>
      <dependency>
        <groupId>us.fatehi</groupId>
        <artifactId>schemacrawler-sqlite</artifactId>
        <version>${us.fatehi.schemacrawler_version}</version>
        <exclusions>
          <exclusion>
            <artifactId>sqlite-jdbc</artifactId>
            <groupId>org.xerial</groupId>
          </exclusion>
        </exclusions>
      </dependency>
      <dependency>
        <groupId>us.fatehi</groupId>
        <artifactId>schemacrawler-sqlserver</artifactId>
        <version>${us.fatehi.schemacrawler_version}</version>
        <exclusions>
          <exclusion>
            <artifactId>jtds</artifactId>
            <groupId>net.sourceforge.jtds</groupId>
          </exclusion>
        </exclusions>
      </dependency>
      <dependency>
        <groupId>us.fatehi</groupId>
        <artifactId>schemacrawler-sybaseiq</artifactId>
        <version>${us.fatehi.schemacrawler_version}</version>
      </dependency>
      <dependency>
        <groupId>org.hsqldb</groupId>
        <artifactId>hsqldb</artifactId>
        <version>2.3.2</version>
        <scope>test</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <properties>
    <us.fatehi.schemacrawler_version>11.02.01</us.fatehi.schemacrawler_version>
  </properties>
</project>

