obevo-hibernate4-util
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.goldmansachs.obevo</groupId> <artifactId>obevo-hibernate4-util</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-hibernate4-util</artifactId> <version>8.2.1</version> <name>obevo-hibernate4-util</name> <description>Collection of utility modules that allow Obevo integration with other third-party modules.</description> <url>https://github.com/goldmansachs/obevo/obevo-dependencies/obevo-utils/obevo-hibernate4-util/</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-utils/obevo-hibernate4-util</connection> <developerConnection>scm:git:https://github.com/goldmansachs/obevo.git/obevo-dependencies/obevo-utils/obevo-hibernate4-util</developerConnection> <tag>6.0.0</tag> <url>https://github.com/goldmansachs/obevo/obevo-dependencies/obevo-utils/obevo-hibernate4-util/</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> <hibernate.version>4.3.11.Final</hibernate.version> <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.70</jacoco.minCoverage> <build-resources.workdir>/home/travis/build/goldmansachs/obevo/obevo-utils/obevo-hibernate4-util/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-hibernate-util</artifactId> <version>8.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>4.3.11.Final</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-envers</artifactId> <version>4.3.11.Final</version> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> </project>