opendcs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.opendcs</groupId>
<artifactId>opendcs</artifactId>
<version>7.5.1-RC18</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.opendcs</groupId>
<artifactId>opendcs</artifactId>
<version>7.5.1-RC18</version>
<name>OpenDCS Core Library</name>
<description>Contains built-in opendcs components and interfaces.</description>
<url>https://github.com/opendcs/opendcs</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>opendcs</id>
<name>The OpenDCS Team</name>
<email>https://github.com/opendcs</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/opendcs/opendcs.git</connection>
<developerConnection>scm:git:ssh://git@github.com:opendcs/opendcs.git</developerConnection>
<url>https://github.com/opendcs/opendcs</url>
</scm>
<dependencies>
<dependency>
<groupId>org.opendcs</groupId>
<artifactId>opendcs-annotations</artifactId>
<version>7.5.1-RC18</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.opendcs</groupId>
<artifactId>opendcs-api</artifactId>
<version>7.5.1-RC18</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.17</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service-annotations</artifactId>
<version>1.1.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>23.5.0.24.07</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ucp</artifactId>
<version>23.5.0.24.07</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.github.hakky54</groupId>
<artifactId>ayza</artifactId>
<version>10.0.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.7</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.3</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.1.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ch.ethz.ganymed</groupId>
<artifactId>ganymed-ssh2</artifactId>
<version>build210</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.0.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.toedter</groupId>
<artifactId>jcalendar</artifactId>
<version>1.3.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jcommon</artifactId>
<version>1.0.13</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
<version>1.0.13</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.python</groupId>
<artifactId>jython-standalone</artifactId>
<version>2.7.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.scijava</groupId>
<artifactId>jep</artifactId>
<version>2.4.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
<exclusion>
<groupId>jama</groupId>
<artifactId>jama</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>gov.nist.math</groupId>
<artifactId>jama</artifactId>
<version>1.0.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>4.1.0-rc2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.passay</groupId>
<artifactId>passay</artifactId>
<version>1.3.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>jakarta.mail</artifactId>
<version>1.6.7</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.55</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.8.10</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20231013</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>mil.army.usace.hec</groupId>
<artifactId>cwms-db-jooq</artifactId>
<version>9.3.5</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.jooq.pro</groupId>
<artifactId>jooq-meta</artifactId>
</exclusion>
<exclusion>
<groupId>org.jooq.pro</groupId>
<artifactId>jooq-codegen</artifactId>
</exclusion>
<exclusion>
<groupId>mil.army.usace.hec</groupId>
<artifactId>hec-monolith</artifactId>
</exclusion>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>mil.army.usace.hec</groupId>
<artifactId>cwms-db-jooq-codegen</artifactId>
<version>7.0.0-OpenDCS</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>mil.army.usace.hec</groupId>
<artifactId>cwms-db-aspects</artifactId>
<version>9.3.5</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>mil.army.usace.hec</groupId>
<artifactId>cwms-db-dao</artifactId>
<version>9.3.5</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
<exclusion>
<groupId>mil.army.usace.hec</groupId>
<artifactId>hec-monolith</artifactId>
</exclusion>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>mil.army.usace.hec</groupId>
<artifactId>hec-db-jdbc</artifactId>
<version>9.3.5</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
<exclusion>
<groupId>mil.army.usace.hec</groupId>
<artifactId>hec-monolith</artifactId>
</exclusion>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>mil.army.usace.hec</groupId>
<artifactId>hec-monolith</artifactId>
<version>2.0.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
<exclusion>
<groupId>mil.army.usace.hec</groupId>
<artifactId>context-specific-help</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.fifesoft</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.vividsolutions</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.jdom</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.jfree</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.mail</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.mrsid</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache-commons</groupId>
<artifactId>common-vfs2</artifactId>
</exclusion>
<exclusion>
<groupId>org.jooq.pro</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.help</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>mil.army.usace.hec.swingx</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>codebase</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.poi</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>mil.army.usace.hec</groupId>
<artifactId>hec-geojson</artifactId>
</exclusion>
<exclusion>
<groupId>net.java.dev.jna</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.python</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>mil.army.usace.hec</groupId>
<artifactId>hec-cwms-ratings-core</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
<exclusion>
<groupId>mil.army.usace.hec</groupId>
<artifactId>hec-monolith</artifactId>
</exclusion>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>mil.army.usace.hec</groupId>
<artifactId>hec-nucleus-metadata</artifactId>
<version>1.1.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-core</artifactId>
<version>3.39.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-sqlobject</artifactId>
<version>3.39.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-postgres</artifactId>
<version>3.39.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-oracle12</artifactId>
<version>3.39.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-jackson2</artifactId>
<version>3.39.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>9.8.1</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.18.2</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.password4j</groupId>
<artifactId>password4j</artifactId>
<version>1.8.4</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>jmscommon</artifactId>
</exclusion>
<exclusion>
<groupId>stax</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.media</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>