You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.5 KiB
55 lines
1.5 KiB
<?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>com.codingapi</groupId> |
|
<artifactId>tx-lcn</artifactId> |
|
<version>4.2.0-SNAPSHOT</version> |
|
</parent> |
|
|
|
<groupId>com.codingapi</groupId> |
|
<artifactId>transaction-springcloud</artifactId> |
|
<version>${lcn.last.version}</version> |
|
|
|
|
|
<name>transaction-springcloud</name> |
|
<url>https://github.com/codingapi/tx-lcn</url> |
|
|
|
<description>transaction-springcloud project for Spring Boot</description> |
|
|
|
<properties> |
|
<spring-cloud.version>1.3.2.RELEASE</spring-cloud.version> |
|
<org.springframework-version>4.3.7.RELEASE</org.springframework-version> |
|
</properties> |
|
|
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
<groupId>com.codingapi</groupId> |
|
<artifactId>tx-client</artifactId> |
|
<version>${lcn.last.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-starter-openfeign</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-context</artifactId> |
|
<version>${org.springframework-version}</version> |
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
|
|
</project>
|
|
|