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

useway.persistence.causeway-persistence-jdo-spring.2.0.0-RC1.source-code.pom.xml Maven / Gradle / Ivy

Go to download

JDO Spring integration. This is a fork of the Spring ORM JDO sources at github, for which support had been dropped back in 2016 [1]. Credits to the original authors. See also docs [2]. [1] https://github.com/spring-projects/spring-framework/issues/18702 [2] https://docs.spring.io/spring-framework/docs/3.0.0.RC2/reference/html/ch13s04.html

There is a newer version: 3.1.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
	license agreements. See the NOTICE file distributed with this work for additional
	information regarding copyright ownership. The ASF licenses this file to
	you 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 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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>org.apache.causeway.persistence</groupId>
		<artifactId>causeway-persistence-jdo</artifactId>
		<version>2.0.0-RC1</version>
	</parent>

	<artifactId>causeway-persistence-jdo-spring</artifactId>

	<name>Apache Causeway Persistence - JDO (Spring)</name>
	<description>
		JDO Spring integration.

		This is a fork of the Spring ORM JDO sources at github,
		for which support had been dropped back in 2016 [1].

		Credits to the original authors. See also docs [2].

		[1] https://github.com/spring-projects/spring-framework/issues/18702
		[2] https://docs.spring.io/spring-framework/docs/3.0.0.RC2/reference/html/ch13s04.html
    </description>

	<properties>
		<jar-plugin.automaticModuleName>org.apache.causeway.persistence.jdo.spring</jar-plugin.automaticModuleName>
		<git-plugin.propertiesDir>org/apache/causeway/persistence/jdo/spring</git-plugin.propertiesDir>
	</properties>

	<dependencies>

		<!-- CAUSEWAY -->

		<dependency>
			<groupId>org.apache.causeway.commons</groupId>
			<artifactId>causeway-commons</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.causeway.core</groupId>
			<artifactId>causeway-applib</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.causeway.core</groupId>
			<artifactId>causeway-core-config</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.causeway.persistence</groupId>
			<artifactId>causeway-persistence-jdo-applib</artifactId>
			<exclusions>
				<exclusion>
					<groupId>javax.transaction</groupId>
					<artifactId>javax.transaction-api</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>org.apache.causeway.persistence</groupId>
			<artifactId>causeway-persistence-jdo-provider</artifactId>
		</dependency>

		<!-- SPRING -->

		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-jdbc</artifactId>
			<!-- <scope>provided</scope> -->
		</dependency>

		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-web</artifactId>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>javax.servlet-api</artifactId>
			<scope>provided</scope>
		</dependency>

		<!-- TESTING -->

		<dependency>
			<groupId>org.apache.causeway.core</groupId>
			<artifactId>causeway-core-internaltestsupport</artifactId>
			<scope>test</scope>
		</dependency>

	</dependencies>


</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy