All Downloads are FREE. Search and download functionalities are using the official Maven repository.

s.mariaDB4j.mariaDB4j.2.2.4.source-code.pom.xml Maven / Gradle / Ivy

There is a newer version: 3.1.0.3
Show newest version
<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>
		<groupId>org.craftercms.mariaDB4j</groupId>
		<artifactId>mariaDB4j-pom</artifactId>
		<version>2.2.4</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<artifactId>mariaDB4j</artifactId>
    <name>mariaDB4j (all-in-one artifact)</name>

	<properties>
	<maria.db.version>10.1.28</maria.db.version>
	</properties>
	<dependencies>
		<dependency>
			<groupId>${project.groupId}</groupId>
			<artifactId>mariaDB4j-core</artifactId>
			<version>${project.version}</version>
		</dependency>

		<dependency>
			<groupId>org.craftercms.mariaDB4j</groupId>
			<artifactId>mariaDB4j-db-linux64</artifactId>
			<version>${maria.db.version}</version>
		</dependency>
		<dependency>
			<groupId>org.craftercms.mariaDB4j</groupId>
			<artifactId>mariaDB4j-db-win32</artifactId>
			<version>${maria.db.version}</version>
		</dependency>
		<dependency>
			<groupId>org.craftercms.mariaDB4j</groupId>
			<artifactId>mariaDB4j-db-mac64</artifactId>
			<version>${maria.db.version}</version>
		</dependency>
		<dependency>
			<!-- For MariaDB4jSpringService, only. This has to be repeated from mariaDB4j-core here due to the optional true below -->
			<groupId>org.springframework</groupId>
			<artifactId>spring-context</artifactId>
			<optional>true</optional> <!-- !!! -->
		</dependency>

		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-test</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>commons-dbutils</groupId>
			<artifactId>commons-dbutils</artifactId>
			<version>1.6</version>
			<scope>test</scope>
		</dependency>
        <dependency>
            <groupId>org.mariadb.jdbc</groupId>
            <artifactId>mariadb-java-client</artifactId>
            <version>1.5.5</version>
            <scope>test</scope>
        </dependency>
<!--   <dependency>
			<groupId>mysql</groupId>
			<artifactId>mysql-connector-java</artifactId>
			<version>5.1.34</version>
			<! - - For legal reasons (GPL with FOSS Exception story...), it's safest
				if projects using mariaDB4j decide this dependency themselves. If we have
				to use it in src/main/java instead of only src/test/java, then let's use
				<scope>provided</scope> - - >
			<scope>test</scope>
		</dependency> -->

		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-simple</artifactId>
            <scope>test</scope>
		</dependency>
	</dependencies>

</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy