okapi-lib-ui
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.sf.okapi</groupId> <artifactId>okapi-lib-ui</artifactId> <version>0.38</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 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>build-okapi-superpom</artifactId> <groupId>net.sf.okapi</groupId> <version>0.38</version> <relativePath>../../../../superpom/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>okapi-lib-ui</artifactId> <name>Okapi Framework SDK - UI</name> <build> <plugins> <plugin> <artifactId>maven-shade-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <createDependencyReducedPom>true</createDependencyReducedPom> <promoteTransitiveDependencies>true</promoteTransitiveDependencies> <artifactSet> <includes> <include>net.sf.okapi*</include> </includes> <excludes> <exclude>net.sf.okapi.logbind:*</exclude> </excludes> </artifactSet> <filters> <filter> <artifact>net.sf.okapi:*</artifact> <includes> <include>**/ui/**</include> </includes> </filter> <filter> <artifact>net.sf.okapi.filters:*</artifact> <includes> <include>**/ui/**</include> </includes> </filter> <filter> <artifact>net.sf.okapi.steps:*</artifact> <includes> <include>**/ui/**</include> </includes> </filter> <filter> <artifact>net.sf.okapi.lib:*</artifact> <includes> <include>**/ui/**</include> </includes> </filter> <filter> <artifact>net.sf.okapi.tm:*</artifact> <includes> <include>**/ui/**</include> </includes> </filter> </filters> <transformers> <transformer> <manifestEntries> <Implementation-Title>okapi-lib-ui</Implementation-Title> <Implementation-Version>0.38</Implementation-Version> </manifestEntries> </transformer> </transformers> </configuration> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>with_javadoc</id> <build> <plugins> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>3.1.0</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> <configuration> <doclint>none</doclint> </configuration> </execution> <execution> <goals> <goal>jar</goal> </goals> <configuration> <includeDependencySources>true</includeDependencySources> <doclint>none</doclint> </configuration> </execution> </executions> <configuration> <doclint>none</doclint> </configuration> </plugin> </plugins> </build> </profile> </profiles> <dependencies> <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j</artifactId> <version>64.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId> <version>3.111.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.swt</artifactId> <version>3.111.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.26</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.sf.okapi.logbind</groupId> <artifactId>build-logback</artifactId> <version>0.38</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>1.2.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.mihnita</groupId> <artifactId>color-loggers</artifactId> <version>1.0.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.fusesource.jansi</groupId> <artifactId>jansi</artifactId> <version>1.13</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <version>1.24</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> <version>5.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.woodstox</groupId> <artifactId>stax2-api</artifactId> <version>4.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.twelvemonkeys.common</groupId> <artifactId>common-io</artifactId> <version>3.4.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.twelvemonkeys.common</groupId> <artifactId>common-lang</artifactId> <version>3.4.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.3.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId> <version>2.3.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>2.3.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.activation</groupId> <artifactId>javax.activation-api</artifactId> <version>1.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark</artifactId> <version>0.50.26</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-util</artifactId> <version>0.50.26</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-ext-tables</artifactId> <version>0.50.26</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-formatter</artifactId> <version>0.50.26</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-ext-yaml-front-matter</artifactId> <version>0.50.26</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-ext-gfm-strikethrough</artifactId> <version>0.50.26</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> <version>1.1.1</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>junit</artifactId> <groupId>junit</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>1.4.199</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-core</artifactId> <version>3.3.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.java.dev.javacc</groupId> <artifactId>javacc</artifactId> <version>7.0.4</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>junit</artifactId> <groupId>junit</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>net.sf.trove4j</groupId> <artifactId>trove4j</artifactId> <version>3.0.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.htmlparser.jericho</groupId> <artifactId>jericho-html</artifactId> <version>3.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.sf.saxon</groupId> <artifactId>Saxon-HE</artifactId> <version>9.9.1-3</version> <scope>compile</scope> </dependency> </dependencies> </project>