obevo-db-sybase-iq
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.goldmansachs.obevo</groupId> <artifactId>obevo-db-sybase-iq</artifactId> <version>8.2.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2017 Goldman Sachs. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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"> <modelVersion>4.0.0</modelVersion> <groupId>com.goldmansachs.obevo</groupId> <artifactId>obevo-db-sybase-iq</artifactId> <version>8.2.1</version> <name>obevo-db-sybase-iq</name> <description>POM module containing the dependencyManagement section for the modules of Obevo. All Obevo modules except obevo-bom should inherit from this. We separate obevo-bom from this so that clients can depend on the BOM without pulling in third-party dependencies.</description> <url>https://github.com/goldmansachs/obevo/obevo-dependencies/obevo-db-impls/obevo-db-sybase-iq/</url> <inceptionYear>2017</inceptionYear> <organization> <name>Goldman Sachs</name> <url>http://www.goldmansachs.com/</url> </organization> <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> <name>Shant Stepanian</name> <email>shant.stepanian@gs.com</email> <organization>Goldman Sachs</organization> </developer> </developers> <scm> <connection>scm:git:https://github.com/goldmansachs/obevo.git/obevo-dependencies/obevo-db-impls/obevo-db-sybase-iq</connection> <developerConnection>scm:git:https://github.com/goldmansachs/obevo.git/obevo-dependencies/obevo-db-impls/obevo-db-sybase-iq</developerConnection> <tag>6.0.0</tag> <url>https://github.com/goldmansachs/obevo/obevo-dependencies/obevo-db-impls/obevo-db-sybase-iq/</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/goldmansachs/obevo/issues</url> </issueManagement> <ciManagement> <system>Travis CI</system> <url>https://travis-ci.org/goldmansachs/obevo</url> </ciManagement> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <properties> <schemacrawler.version>16.9.1</schemacrawler.version> <slf4j.version>1.7.18</slf4j.version> <sonar.exclusions>file:**/generated-sources/**/*</sonar.exclusions> <extra-enforcer-rules.version>1.0-beta-6</extra-enforcer-rules.version> <dbCredsFile></dbCredsFile> <kotlin.version>1.3.61</kotlin.version> <build-resources.classifier>build-resources</build-resources.classifier> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <revision>8.2.1</revision> <jacoco.minCoverage>0.01</jacoco.minCoverage> <build-resources.workdir>/home/travis/build/goldmansachs/obevo/obevo-db-impls/obevo-db-sybase-iq/target/build-resources</build-resources.workdir> <kotlin.compiler.incremental>true</kotlin.compiler.incremental> <eclipsecollections.version>7.0.2</eclipsecollections.version> <flattenMode>bom</flattenMode> </properties> <dependencies> <dependency> <groupId>com.goldmansachs.obevo</groupId> <artifactId>obevo-db</artifactId> <version>8.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.goldmansachs.obevo</groupId> <artifactId>obevo-dbmetadata-impl</artifactId> <version>8.2.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>