| Group ID: |
com.impetus.kundera.client |
| Artifact ID: |
kundera-rdbms |
| Last modified: |
31.05.2017 15:19 |
| Packaging: |
jar |
| Name: |
kundera-rdbms |
| URL: |
http://maven.apache.org |
|
|
| Size: |
39.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/impetus/kundera/client/kundera-rdbms/3.9/kundera-rdbms-3.9.jar |
| POM: |
Show
hide
<?xml version="1.0"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>kundera</artifactId>
<groupId>com.impetus</groupId>
<version>3.9</version>
</parent>
<groupId>com.impetus.kundera.client</groupId>
<artifactId>kundera-rdbms</artifactId>
<packaging>jar</packaging>
<name>kundera-rdbms</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>com.impetus.kundera.core</groupId>
<artifactId>kundera-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.impetus.kundera.core</groupId>
<artifactId>fallback-impl</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.impetus.kundera.core</groupId>
<artifactId>fallback-impl</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.impetus.kundera.core</groupId>
<artifactId>kundera-core</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.2.5.Final</version>
</dependency>
<!-- <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId>
<version>4.1.7.Final</version> </dependency> -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>5.3.4.Final</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.6</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-c3p0</artifactId>
<version>5.2.5.Final</version>
</dependency>
<!-- <dependency> <groupId>hsqldb</groupId> <artifactId>hsqldb</artifactId>
<version>1.8.0.7</version> <scope>test</scope> </dependency> -->
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.3.4</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<!-- Assembly build -->
<build>
<plugins>
<plugin>
<!-- NOTE: We don't need a groupId specification because the group is
org.apache.maven.plugins ...which is assumed by default. -->
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2.1</version>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId>
<configuration> The destination file for the code coverage report has to
be set to the same value in the parent pom and in each module pom. Then JaCoCo
will add up information in the same report, so that, it will give the cross-module
code coverage. <destFile>${project.basedir}/../target/jacoco-it.exec</destFile>
</configuration> <executions> <execution> <id>post-test</id> <configuration>
<skip>true</skip> </configuration> </execution> </executions> </plugin> -->
</plugins>
</build>
<profiles>
<profile>
<id>doclint-java8-disable</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
| Maven: |
<dependency>
<groupId>com.impetus.kundera.client</groupId>
<artifactId>kundera-rdbms</artifactId>
<version>3.9</version>
</dependency>
|
| Gradle: |
com.impetus.kundera.client:kundera-rdbms:3.9 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|