okapi-lib-ui
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.sf.okapi</groupId> <artifactId>okapi-lib-ui</artifactId> <version>1.47.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 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>build-okapi-superpom</artifactId> <groupId>net.sf.okapi</groupId> <version>1.47.0</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> <dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation> <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>${project.artifactId}</Implementation-Title> <Implementation-Version>${project.version}</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.6.3</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> <configuration> <doclint>none</doclint> <notimestamp>true</notimestamp> <quiet>true</quiet> </configuration> </execution> <execution> <goals> <goal>jar</goal> </goals> <configuration> <includeDependencySources>true</includeDependencySources> <doclint>none</doclint> <notimestamp>true</notimestamp> <quiet>true</quiet> </configuration> </execution> </executions> <configuration> <doclint>none</doclint> <notimestamp>true</notimestamp> <quiet>true</quiet> </configuration> </plugin> </plugins> </build> <properties> <os.detected.arch>x86_64</os.detected.arch> <os.detected.release.like.debian>true</os.detected.release.like.debian> <os.detected.classifier>linux-x86_64</os.detected.classifier> <os.detected.release>debian</os.detected.release> <os.detected.release.version>11</os.detected.release.version> <os.detected.bitness>64</os.detected.bitness> <os.detected.name>linux</os.detected.name> </properties> </profile> </profiles> <dependencies> <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j</artifactId> <version>74.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId> <version>3.123.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.swt</artifactId> <version>3.123.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> <version>6.5.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.woodstox</groupId> <artifactId>stax2-api</artifactId> <version>4.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.snakeyaml</groupId> <artifactId>snakeyaml-engine</artifactId> <version>2.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.twelvemonkeys.common</groupId> <artifactId>common-io</artifactId> <version>3.10.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.twelvemonkeys.common</groupId> <artifactId>common-lang</artifactId> <version>3.10.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <version>4.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.activation</groupId> <artifactId>jakarta.activation-api</artifactId> <version>2.1.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId> <version>4.0.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.eclipse.angus</groupId> <artifactId>angus-activation</artifactId> <version>2.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>4.0.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>javax.activation</groupId> <artifactId>javax.activation-api</artifactId> <version>1.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark</artifactId> <version>0.64.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-util-ast</artifactId> <version>0.64.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>24.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-util-builder</artifactId> <version>0.64.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-util-collection</artifactId> <version>0.64.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-util-data</artifactId> <version>0.64.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-util-dependency</artifactId> <version>0.64.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-util-format</artifactId> <version>0.64.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-util-html</artifactId> <version>0.64.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-util-misc</artifactId> <version>0.64.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-util-sequence</artifactId> <version>0.64.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-util-visitor</artifactId> <version>0.64.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-ext-tables</artifactId> <version>0.64.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-util</artifactId> <version>0.64.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-util-options</artifactId> <version>0.64.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-ext-yaml-front-matter</artifactId> <version>0.64.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-ext-gfm-strikethrough</artifactId> <version>0.64.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-ext-escaped-character</artifactId> <version>0.64.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-ext-admonition</artifactId> <version>0.64.8</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>org.apache.lucene</groupId> <artifactId>lucene-queries</artifactId> <version>9.9.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-core</artifactId> <version>9.9.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.sf.trove4j</groupId> <artifactId>trove4j</artifactId> <version>3.0.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-analyzers-common</artifactId> <version>8.11.2</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>org.incava</groupId> <artifactId>java-diff</artifactId> <version>1.1.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.sf.saxon</groupId> <artifactId>Saxon-HE</artifactId> <version>12.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.xmlresolver</groupId> <artifactId>xmlresolver</artifactId> <version>5.2.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents.client5</groupId> <artifactId>httpclient5</artifactId> <version>5.1.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents.core5</groupId> <artifactId>httpcore5-h2</artifactId> <version>5.1.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.15</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents.core5</groupId> <artifactId>httpcore5</artifactId> <version>5.1.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.xmlresolver</groupId> <artifactId>xmlresolver</artifactId> <version>5.2.2</version> <classifier>data</classifier> <scope>compile</scope> </dependency> <dependency> <groupId>net.sf.jsignature.io-tools</groupId> <artifactId>easystream</artifactId> <version>1.2.15</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.15.1</version> <scope>compile</scope> </dependency> </dependencies> </project>