schemacrawler-scripting
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>us.fatehi</groupId> <artifactId>schemacrawler-scripting</artifactId> <version>16.25.3</version> </dependency>
<?xml version="1.0"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>us.fatehi</groupId> <artifactId>schemacrawler-parent</artifactId> <version>16.25.3</version> <relativePath>../schemacrawler-parent/pom.xml</relativePath> </parent> <artifactId>schemacrawler-scripting</artifactId> <packaging>jar</packaging> <name>SchemaCrawler Scripting</name> <dependencies> <dependency> <groupId>us.fatehi</groupId> <artifactId>schemacrawler</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>us.fatehi</groupId> <artifactId>schemacrawler-testdb</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>us.fatehi</groupId> <artifactId>schemacrawler-api</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>us.fatehi</groupId> <artifactId>schemacrawler-tools</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>us.fatehi</groupId> <artifactId>schemacrawler-commandline</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>us.fatehi</groupId> <artifactId>schemacrawler-commandline</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity-engine-scripting</artifactId> <version>2.4.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf</artifactId> <version>3.1.3.RELEASE</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> <version>2.3.34</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.spullara.mustache.java</groupId> <artifactId>compiler</artifactId> <version>0.9.14</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-jsr223</artifactId> <version>3.0.24</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.jruby</groupId> <artifactId>jruby</artifactId> <version>9.4.12.0</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>com.github.jnr</groupId> <artifactId>jnr-posix</artifactId> </exclusion> <exclusion> <groupId>org.ow2.asm</groupId> <artifactId>asm-analysis</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.python</groupId> <artifactId>jython-slim</artifactId> <version>2.7.4</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>jline</groupId> <artifactId>jline</artifactId> </exclusion> <exclusion> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> </exclusion> <exclusion> <groupId>io.netty</groupId> <artifactId>netty-resolver</artifactId> </exclusion> <exclusion> <groupId>io.netty</groupId> <artifactId>netty-transport</artifactId> </exclusion> <exclusion> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </exclusion> <exclusion> <groupId>com.github.jnr</groupId> <artifactId>jffi</artifactId> </exclusion> <exclusion> <groupId>com.github.jnr</groupId> <artifactId>jnr-constants</artifactId> </exclusion> <exclusion> <groupId>com.github.jnr</groupId> <artifactId>jnr-ffi</artifactId> </exclusion> <exclusion> <groupId>com.github.jnr</groupId> <artifactId>jnr-netdb</artifactId> </exclusion> <exclusion> <groupId>com.github.jnr</groupId> <artifactId>jnr-posix</artifactId> </exclusion> <exclusion> <groupId>org.ow2.asm</groupId> <artifactId>asm-analysis</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.jnr</groupId> <artifactId>jnr-ffi</artifactId> <version>2.2.17</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.jnr</groupId> <artifactId>jnr-posix</artifactId> <version>3.1.20</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-analysis</artifactId> <version>9.7.1</version> <scope>provided</scope> </dependency> <!-- graphviz-java dependencies --> <dependency> <groupId>guru.nidi</groupId> <artifactId>graphviz-java</artifactId> <version>${graphviz.java.version}</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> <exclusion> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> </exclusion> <exclusion> <groupId>org.slf4j</groupId> <artifactId>jul-to-slf4j</artifactId> </exclusion> <exclusion> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.graalvm.js</groupId> <artifactId>js</artifactId> <version>21.3.11</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.graalvm.js</groupId> <artifactId>js-scriptengine</artifactId> <version>21.3.11</version> <scope>provided</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <configuration> <skip>false</skip> </configuration> </plugin> </plugins> </build> </project>