...
|
...
|
@@ -23,6 +23,7 @@ |
|
|
<java-gitlab-api-version>1.2.5</java-gitlab-api-version>
|
|
|
<org.yaml-version>1.9</org.yaml-version>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<springframework-version>4.2.2.RELEASE</springframework-version>
|
|
|
</properties>
|
|
|
|
|
|
<dependencyManagement>
|
...
|
...
|
@@ -117,6 +118,11 @@ |
|
|
<artifactId>monitor-service-switch</artifactId>
|
|
|
<version>${project-version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-jdbc</artifactId>
|
|
|
<version>${springframework-version}</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
|
...
|
...
|
|