248 lines
7.5 KiB
XML
248 lines
7.5 KiB
XML
<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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>com.ossez.openai</groupId>
|
|
<artifactId>openai-j-api</artifactId>
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
<parent>
|
|
<groupId>com.ossez.openai</groupId>
|
|
<artifactId>openai-j</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
|
|
<name>OpenAI J Api</name>
|
|
<description>The module that constitutes the main USRealEstate data process system</description>
|
|
|
|
<licenses>
|
|
<license>
|
|
<name>The MIT license</name>
|
|
<url>https://opensource.org/licenses/mit-license.php</url>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
|
|
<developers>
|
|
<developer>
|
|
<name>YuCheng Hu</name>
|
|
<id>honeymoose</id>
|
|
<email>huyuchengus@gmail.com</email>
|
|
<timezone>-5</timezone>
|
|
<organization>Open Source</organization>
|
|
<roles>
|
|
<role>Sr. Java Developer</role>
|
|
</roles>
|
|
</developer>
|
|
</developers>
|
|
|
|
<scm>
|
|
<connection>scm:git:git://github.com/USRealEstate/Usreio-Parent.git</connection>
|
|
<developerConnection>scm:git:ssh://git@github.com/USRealEstate/Usreio-Parent.git</developerConnection>
|
|
<url>https://github.com/USRealEstate</url>
|
|
<tag>HEAD</tag>
|
|
</scm>
|
|
|
|
|
|
|
|
<issueManagement>
|
|
<system>JIRA</system>
|
|
<url>http://bug.ossez.com/projects/USVisaTrack</url>
|
|
</issueManagement>
|
|
|
|
|
|
|
|
<!-- Note that the 'repositories' and 'pluginRepositories' blocks below are actually copy-pasted from the Jenkins org pom. This is on purpose
|
|
to keep jenkins core buildable even if one has *not* defined the specific details in the settings.xml file. -->
|
|
<repositories>
|
|
<repository>
|
|
<id>ossez-repo</id>
|
|
<name>Ossez-Repo-Snapshot</name>
|
|
<url>https://repo.ossez.com/repository/maven-snapshots/</url>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
</snapshots>
|
|
<releases>
|
|
<enabled>false</enabled>
|
|
</releases>
|
|
</repository>
|
|
</repositories>
|
|
|
|
|
|
<pluginRepositories>
|
|
</pluginRepositories>
|
|
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.samba.jcifs</groupId>
|
|
<artifactId>jcifs</artifactId>
|
|
<version>1.3.17-kohsuke-1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.kohsuke</groupId>
|
|
<artifactId>access-modifier-annotation</artifactId>
|
|
<version>${access-modifier-annotation.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
|
|
<distributionManagement>
|
|
<site>
|
|
<id>github-pages</id>
|
|
<url>gitsite:git@github.com/USRealEstate/Usreio-Docs.git:core</url>
|
|
</site>
|
|
|
|
<repository>
|
|
<id>ossez-repo</id>
|
|
<url>https://repo.ossez.com/repository/maven-releases/</url>
|
|
</repository>
|
|
|
|
<snapshotRepository>
|
|
<id>ossez-repo</id>
|
|
<url>https://repo.ossez.com/repository/maven-snapshots/</url>
|
|
</snapshotRepository>
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
<dependencies>
|
|
|
|
<!-- LOGGING WITH SELF4J AND LOG4J2 -->
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
<version>${slf4j.version}</version>
|
|
</dependency>
|
|
|
|
<!-- APACHE COMMONS -->
|
|
<dependency>
|
|
<groupId>commons-io</groupId>
|
|
<artifactId>commons-io</artifactId>
|
|
<version>2.11.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-lang3</artifactId>
|
|
<version>3.12.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-math3</artifactId>
|
|
<version>3.6.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-net</groupId>
|
|
<artifactId>commons-net</artifactId>
|
|
<version>3.6</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-csv</artifactId>
|
|
<version>1.5</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-validator</groupId>
|
|
<artifactId>commons-validator</artifactId>
|
|
<version>1.6</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<artifactId>httpclient</artifactId>
|
|
<version>4.5.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-text</artifactId>
|
|
<version>1.9</version>
|
|
</dependency>
|
|
<!-- / APACHE COMMONS -->
|
|
|
|
<dependency>
|
|
<groupId>org.mockito</groupId>
|
|
<artifactId>mockito-core</artifactId>
|
|
<version>1.10.19</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.powermock</groupId>
|
|
<artifactId>powermock-module-junit4</artifactId>
|
|
<version>1.6.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.powermock</groupId>
|
|
<artifactId>powermock-api-mockito</artifactId>
|
|
<version>1.6.2</version>
|
|
</dependency>
|
|
|
|
<!-- UTILITIES -->
|
|
<dependency>
|
|
<groupId>com.google.guava</groupId>
|
|
<artifactId>guava</artifactId>
|
|
<version>31.1-jre</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.configcat</groupId>
|
|
<artifactId>configcat-java-client</artifactId>
|
|
<version>7.2.0</version>
|
|
</dependency>
|
|
<!-- /UTILITIES -->
|
|
|
|
|
|
|
|
<!-- Date and Time -->
|
|
<dependency>
|
|
<groupId>joda-time</groupId>
|
|
<artifactId>joda-time</artifactId>
|
|
<version>2.9.9</version>
|
|
</dependency>
|
|
|
|
<!-- TEST -->
|
|
<dependency>
|
|
<groupId>org.junit.jupiter</groupId>
|
|
<artifactId>junit-jupiter</artifactId>
|
|
<version>5.9.0</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.assertj</groupId>
|
|
<artifactId>assertj-core</artifactId>
|
|
<version>3.23.1</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<!--/ TEST -->
|
|
|
|
<dependency>
|
|
<!-- for JRE requirement check annotation -->
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>animal-sniffer-annotations</artifactId>
|
|
<version>1.9</version>
|
|
<scope>provided</scope>
|
|
<optional>true</optional><!-- no need to have this at runtime -->
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<build>
|
|
<defaultGoal>package</defaultGoal>
|
|
<resources>
|
|
<resource>
|
|
<directory>${basedir}/src/main/resources</directory>
|
|
<filtering>false</filtering>
|
|
</resource>
|
|
<resource>
|
|
<directory>${basedir}/src/filter/resources</directory>
|
|
<filtering>true</filtering>
|
|
</resource>
|
|
</resources>
|
|
|
|
|
|
|
|
|
|
</build>
|
|
|
|
<profiles>
|
|
</profiles>
|
|
</project>
|