| <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>org.vcell</groupId>--> | |
| <artifactId>vcell-restclient</artifactId> | |
| <!-- <packaging>jar</packaging>--> | |
| <name>vcell-restclient</name> | |
| <!-- <version>1.0.0-SNAPSHOT</version>--> | |
| <url>https://github.com/virtualcell/vcell-restclient</url> | |
| <description>OpenAPI Java</description> | |
| <scm> | |
| <connection>scm:git:git@github.com:openapitools/openapi-generator.git</connection> | |
| <developerConnection>scm:git:git@github.com:openapitools/openapi-generator.git</developerConnection> | |
| <url>https://github.com/virtualcell/vcell.git</url> | |
| </scm> | |
| <parent> | |
| <groupId>org.vcell</groupId> | |
| <artifactId>vcell-pom</artifactId> | |
| <version>0.0.1-SNAPSHOT</version> | |
| </parent> | |
| <licenses> | |
| <license> | |
| <name>MIT License</name> | |
| <url>http://opensource.org/licenses/MIT</url> | |
| <distribution>repo</distribution> | |
| </license> | |
| </licenses> | |
| <developers> | |
| <developer> | |
| <name>Jim Schaff</name> | |
| <email>schaff@uchc.edu</email> | |
| <organization>Center for Cell Analysis and Modeling</organization> | |
| <organizationUrl>https://vcell.org</organizationUrl> | |
| </developer> | |
| </developers> | |
| <!-- <build>--> | |
| <!-- <plugins>--> | |
| <!-- <plugin>--> | |
| <!-- <artifactId>maven-enforcer-plugin</artifactId>--> | |
| <!-- <version>3.1.0</version>--> | |
| <!-- <executions>--> | |
| <!-- <execution>--> | |
| <!-- <id>enforce-maven</id>--> | |
| <!-- <goals>--> | |
| <!-- <goal>enforce</goal>--> | |
| <!-- </goals>--> | |
| <!-- <configuration>--> | |
| <!-- <rules>--> | |
| <!-- <requireMavenVersion>--> | |
| <!-- <version>3</version>--> | |
| <!-- </requireMavenVersion>--> | |
| <!-- <requireJavaVersion>--> | |
| <!-- <version>11</version>--> | |
| <!-- </requireJavaVersion>--> | |
| <!-- </rules>--> | |
| <!-- </configuration>--> | |
| <!-- </execution>--> | |
| <!-- </executions>--> | |
| <!-- </plugin>--> | |
| <!-- <plugin>--> | |
| <!-- <artifactId>maven-surefire-plugin</artifactId>--> | |
| <!-- <version>3.0.0-M7</version>--> | |
| <!-- <configuration>--> | |
| <!-- <systemPropertyVariables>--> | |
| <!-- <loggerPath>conf/log4j.properties</loggerPath>--> | |
| <!-- </systemPropertyVariables>--> | |
| <!-- <argLine>-Xms512m -Xmx1500m</argLine>--> | |
| <!-- <parallel>methods</parallel>--> | |
| <!-- <threadCount>10</threadCount>--> | |
| <!-- </configuration>--> | |
| <!-- </plugin>--> | |
| <!-- <plugin>--> | |
| <!-- <artifactId>maven-dependency-plugin</artifactId>--> | |
| <!-- <version>3.3.0</version>--> | |
| <!-- <executions>--> | |
| <!-- <execution>--> | |
| <!-- <phase>package</phase>--> | |
| <!-- <goals>--> | |
| <!-- <goal>copy-dependencies</goal>--> | |
| <!-- </goals>--> | |
| <!-- <configuration>--> | |
| <!-- <outputDirectory>${project.build.directory}/lib</outputDirectory>--> | |
| <!-- </configuration>--> | |
| <!-- </execution>--> | |
| <!-- </executions>--> | |
| <!-- </plugin>--> | |
| <!-- <!– attach test jar –>--> | |
| <!-- <plugin>--> | |
| <!-- <groupId>org.apache.maven.plugins</groupId>--> | |
| <!-- <artifactId>maven-jar-plugin</artifactId>--> | |
| <!-- <version>3.3.0</version>--> | |
| <!-- <executions>--> | |
| <!-- <execution>--> | |
| <!-- <goals>--> | |
| <!-- <goal>test-jar</goal>--> | |
| <!-- </goals>--> | |
| <!-- </execution>--> | |
| <!-- </executions>--> | |
| <!-- <configuration>--> | |
| <!-- </configuration>--> | |
| <!-- </plugin>--> | |
| <!-- <plugin>--> | |
| <!-- <artifactId>maven-compiler-plugin</artifactId>--> | |
| <!-- <version>3.10.1</version>--> | |
| <!-- </plugin>--> | |
| <!-- <plugin>--> | |
| <!-- <groupId>org.apache.maven.plugins</groupId>--> | |
| <!-- <artifactId>maven-javadoc-plugin</artifactId>--> | |
| <!-- <version>3.4.1</version>--> | |
| <!-- <executions>--> | |
| <!-- <execution>--> | |
| <!-- <id>attach-javadocs</id>--> | |
| <!-- <goals>--> | |
| <!-- <goal>jar</goal>--> | |
| <!-- </goals>--> | |
| <!-- </execution>--> | |
| <!-- </executions>--> | |
| <!-- </plugin>--> | |
| <!-- <plugin>--> | |
| <!-- <artifactId>maven-source-plugin</artifactId>--> | |
| <!-- <version>3.2.1</version>--> | |
| <!-- <executions>--> | |
| <!-- <execution>--> | |
| <!-- <id>attach-sources</id>--> | |
| <!-- <goals>--> | |
| <!-- <goal>jar-no-fork</goal>--> | |
| <!-- </goals>--> | |
| <!-- </execution>--> | |
| <!-- </executions>--> | |
| <!-- </plugin>--> | |
| <!-- <!– Use spotless plugin to automatically format code, remove unused import, etc--> | |
| <!-- To apply changes directly to the file, run `mvn spotless:apply`--> | |
| <!-- Ref: https://github.com/diffplug/spotless/tree/main/plugin-maven--> | |
| <!-- –>--> | |
| <!-- <plugin>--> | |
| <!-- <groupId>com.diffplug.spotless</groupId>--> | |
| <!-- <artifactId>spotless-maven-plugin</artifactId>--> | |
| <!-- <version>${spotless.version}</version>--> | |
| <!-- <configuration>--> | |
| <!-- <formats>--> | |
| <!-- <!– you can define as many formats as you want, each is independent –>--> | |
| <!-- <format>--> | |
| <!-- <!– define the files to apply to –>--> | |
| <!-- <includes>--> | |
| <!-- <include>.gitignore</include>--> | |
| <!-- </includes>--> | |
| <!-- <!– define the steps to apply to those files –>--> | |
| <!-- <trimTrailingWhitespace/>--> | |
| <!-- <endWithNewline/>--> | |
| <!-- <indent>--> | |
| <!-- <spaces>true</spaces> <!– or <tabs>true</tabs> –>--> | |
| <!-- <spacesPerTab>4</spacesPerTab> <!– optional, default is 4 –>--> | |
| <!-- </indent>--> | |
| <!-- </format>--> | |
| <!-- </formats>--> | |
| <!-- <!– define a language-specific format –>--> | |
| <!-- <java>--> | |
| <!-- <!– no need to specify files, inferred automatically, but you can if you want –>--> | |
| <!-- <!– apply a specific flavor of google-java-format and reflow long strings –>--> | |
| <!-- <googleJavaFormat>--> | |
| <!-- <version>1.8</version>--> | |
| <!-- <style>AOSP</style>--> | |
| <!-- <reflowLongStrings>true</reflowLongStrings>--> | |
| <!-- </googleJavaFormat>--> | |
| <!-- <removeUnusedImports/>--> | |
| <!-- <importOrder/>--> | |
| <!-- </java>--> | |
| <!-- </configuration>--> | |
| <!-- </plugin>--> | |
| <!-- </plugins>--> | |
| <!-- </build>--> | |
| <!-- <profiles>--> | |
| <!-- <profile>--> | |
| <!-- <id>sign-artifacts</id>--> | |
| <!-- <build>--> | |
| <!-- <plugins>--> | |
| <!-- <plugin>--> | |
| <!-- <artifactId>maven-gpg-plugin</artifactId>--> | |
| <!-- <version>3.0.1</version>--> | |
| <!-- <executions>--> | |
| <!-- <execution>--> | |
| <!-- <id>sign-artifacts</id>--> | |
| <!-- <phase>verify</phase>--> | |
| <!-- <goals>--> | |
| <!-- <goal>sign</goal>--> | |
| <!-- </goals>--> | |
| <!-- </execution>--> | |
| <!-- </executions>--> | |
| <!-- </plugin>--> | |
| <!-- </plugins>--> | |
| <!-- </build>--> | |
| <!-- </profile>--> | |
| <!-- </profiles>--> | |
| <dependencies> | |
| <dependency> | |
| <groupId>org.vcell</groupId> | |
| <artifactId>vcell-util</artifactId> | |
| <version>0.0.1-SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.vcell</groupId> | |
| <artifactId>vcell-core</artifactId> | |
| <version>0.0.1-SNAPSHOT</version> | |
| </dependency> | |
| <!-- JSON processing: jackson --> | |
| <dependency> | |
| <groupId>com.fasterxml.jackson.core</groupId> | |
| <artifactId>jackson-core</artifactId> | |
| <version>${jackson-core.version}</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.fasterxml.jackson.core</groupId> | |
| <artifactId>jackson-annotations</artifactId> | |
| <version>${jackson-annotations.version}</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.fasterxml.jackson.core</groupId> | |
| <artifactId>jackson-databind</artifactId> | |
| <version>${jackson-databind.version}</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.fasterxml.jackson.datatype</groupId> | |
| <artifactId>jackson-datatype-jsr310</artifactId> | |
| <version>${jackson-datatype.version}</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.nimbusds</groupId> | |
| <artifactId>oauth2-oidc-sdk</artifactId> | |
| <version>10.7</version> | |
| </dependency> | |
| <!-- <dependency>--> | |
| <!-- <groupId>org.openapitools</groupId>--> | |
| <!-- <artifactId>jackson-databind-nullable</artifactId>--> | |
| <!-- <version>${jackson-databind-nullable-version}</version>--> | |
| <!-- </dependency>--> | |
| <!-- @Nullable annotation --> | |
| <dependency> | |
| <groupId>com.google.code.findbugs</groupId> | |
| <artifactId>jsr305</artifactId> | |
| <version>3.0.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>jakarta.annotation</groupId> | |
| <artifactId>jakarta.annotation-api</artifactId> | |
| <version>${jakarta-annotation.version}</version> | |
| <scope>provided</scope> | |
| </dependency> | |
| <!-- test dependencies --> | |
| <dependency> | |
| <groupId>org.junit.jupiter</groupId> | |
| <artifactId>junit-jupiter</artifactId> | |
| <scope>test</scope> | |
| </dependency> | |
| <!-- https://mvnrepository.com/artifact/junit/junit --> | |
| <dependency> | |
| <groupId>junit</groupId> | |
| <artifactId>junit</artifactId> | |
| <version>4.13.2</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.httpcomponents</groupId> | |
| <artifactId>httpclient</artifactId> | |
| <version>${httpclient.version}</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpmime --> | |
| <dependency> | |
| <groupId>org.apache.httpcomponents</groupId> | |
| <artifactId>httpmime</artifactId> | |
| <version>${httpclient.version}</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| </dependencies> | |
| </project> | |