cadc-util
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.opencadc</groupId>
<artifactId>cadc-util</artifactId>
<version>1.12.10</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.opencadc</groupId>
<artifactId>cadc-util</artifactId>
<version>1.12.10</version>
<name>org.opencadc:cadc-util</name>
<description>OpenCADC core utility library</description>
<url>https://github.com/opencadc/core</url>
<licenses>
<license>
<name>GNU Affero General Public Licence, version 3.0</name>
<url>https://www.gnu.org/licenses/agpl-3.0.en.html</url>
</license>
</licenses>
<developers>
<developer>
<id>ec/GxfPV</id>
<name>OpenCADC Admin</name>
<email>opencadc@gmail.com</email>
<organization>Canadian Astronomy Data Centre</organization>
<organizationUrl>https://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/opencadc/core.git</connection>
<developerConnection>scm:git:https://github.com/opencadc/core.git</developerConnection>
<url>https://github.com/opencadc/core/tree/master/cadc-util</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>[2.23.1,3.0)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>[2.23.1,3.0)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>[2.23.1,3.0)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j</artifactId>
<version>[2.23.1,3.0)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom2</artifactId>
<version>2.0.6.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20231013</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>5.2.24.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>[1.70,2.0)</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.github.spotbugs</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>*</groupId>
<artifactId>slf4j-reload4j</artifactId>
</exclusion>
<exclusion>
<groupId>*</groupId>
<artifactId>reload4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>[1.70,2.0)</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.github.spotbugs</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>*</groupId>
<artifactId>slf4j-reload4j</artifactId>
</exclusion>
<exclusion>
<groupId>*</groupId>
<artifactId>reload4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>[2.12.2,)</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.github.spotbugs</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>*</groupId>
<artifactId>slf4j-reload4j</artifactId>
</exclusion>
<exclusion>
<groupId>*</groupId>
<artifactId>reload4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>[2.8.0,2.9.0)</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.github.spotbugs</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>*</groupId>
<artifactId>slf4j-reload4j</artifactId>
</exclusion>
<exclusion>
<groupId>*</groupId>
<artifactId>reload4j</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>