Semaphore-Java-APIs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.smartlogic</groupId>
<artifactId>Semaphore-Java-APIs</artifactId>
<version>5.10.1</version>
</dependency><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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
<slf4j.version>2.0.16</slf4j.version>
<logback-classic.version>1.5.24</logback-classic.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<httpclient.version>4.5.12</httpclient.version>
<commons-codec.version>1.17.1</commons-codec.version>
<commons-lang3.version>3.20.0</commons-lang3.version>
<jena.version>5.2.0</jena.version>
<junit.version>4.13.2</junit.version>
<testng.version>7.7.0</testng.version>
<jackson.version>2.15.2</jackson.version>
<xmlunit.version>1.3</xmlunit.version>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<dependency.jersey>3.1.10</dependency.jersey>
</properties>
<version>5.10.1</version>
<groupId>com.smartlogic</groupId>
<artifactId>Semaphore-Java-APIs</artifactId>
<description>Java connectors to the Smartlogic Semaphore Services</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<packaging>pom</packaging>
<name>Semaphore Java APIs</name>
<url>http://www.smartlogic.com</url>
<scm>
<url>https://github.com/Smartlogic-Semaphore-Limited/Java-APIs</url>
<connection>https://github.com/Smartlogic-Semaphore-Limited/Java-APIs.git</connection>
<developerConnection>https://github.com/Smartlogic-Semaphore-Limited/Java-APIs.git</developerConnection>
</scm>
<developers>
<developer>
<id>keith.atkins@smartlogic.com</id>
<name>Keith Atkins</name>
<email>keith.atkins@smartlogic.com</email>
<url>http://www.smartlogic.com</url>
<organization>Smartlogic Semaphore PLC</organization>
<organizationUrl>http://www.smartlogic.com</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
<timezone>United Kingdom/London</timezone>
</developer>
</developers>
<modules>
<module>Semaphore-CS-Client</module>
<module>Semaphore-Concepts-Client</module>
<module>Semaphore-Model-Manipulation</module>
<module>Semaphore-SES-Client</module>
<module>Semaphore-Cloud</module>
<module>Semaphore-OE-Batch-Tools</module>
<module>Semaphore-OE-Client</module>
</modules>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback-classic.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>17</source>
<target>17</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<doclint>all,-missing</doclint>
</configuration>
<executions>
<execution>
<id>javadoc</id>
<phase>deploy</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<id>sources</id>
<phase>deploy</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>deploy</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
<extensions>true</extensions>
<dependencies>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav</artifactId>
<version>1.0-beta-2</version>
</dependency>
</dependencies>
<configuration>
<publishingServerId>MavenCentral</publishingServerId>
</configuration>
</plugin>
</plugins>
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-smile</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.smartlogic.conceptsclient</groupId>
<artifactId>Semaphore-Concepts-Client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.smartlogic.csclient</groupId>
<artifactId>Semaphore-CS-Client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.smartlogic.sesclient</groupId>
<artifactId>Semaphore-SES-Client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.smartlogic.cloud</groupId>
<artifactId>Semaphore-Cloud-Client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.21.0</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${testng.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback-classic.version}</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
<version>${jena.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>${httpclient.version}</version>
<exclusions>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons-codec.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/jakarta.ws.rs/jakarta.ws.rs-api -->
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>3.1.10</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>3.1.10</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-binding</artifactId>
<version>3.1.10</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.connectors</groupId>
<artifactId>jersey-apache5-connector</artifactId>
<version>${dependency.jersey}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>