50 lines
1.8 KiB
Plaintext
50 lines
1.8 KiB
Plaintext
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<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.anyline</groupId>
|
||
|
<artifactId>anyline-dependency</artifactId>
|
||
|
<version>8.7.2-20241022</version>
|
||
|
<relativePath>../../anyline-dependency/pom.xml</relativePath>
|
||
|
</parent>
|
||
|
|
||
|
<artifactId>anyline-environment-spring-data-jdbc</artifactId>
|
||
|
<packaging>jar</packaging>
|
||
|
<name>anyline-environment-spring-data-jdbc</name>
|
||
|
<url>http://www.anyline.org/environment/spring-data-jdbc</url>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>org.anyline</groupId>
|
||
|
<artifactId>anyline-data-jdbc</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>org.anyline</groupId>
|
||
|
<artifactId>anyline-environment-spring-data</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-beans</artifactId>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-context</artifactId>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-jdbc</artifactId>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-tx</artifactId>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</project>
|