Update pom.xml
This commit is contained in:
parent
fddca1955d
commit
0fff3a4f88
|
@ -16,12 +16,12 @@
|
|||
<dependency>
|
||||
<groupId>io.rsocket</groupId>
|
||||
<artifactId>rsocket-core</artifactId>
|
||||
<version>${rsocket-core.version}</version>
|
||||
<version>${rsocket.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.rsocket</groupId>
|
||||
<artifactId>rsocket-transport-netty</artifactId>
|
||||
<version>${rsocket-transport-netty}</version>
|
||||
<version>${rsocket.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
@ -32,18 +32,18 @@
|
|||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>hamcrest-core</artifactId>
|
||||
<version>${hamcrest-core.version}</version>
|
||||
<version>${hamcrest.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>${logback-classic.version}</version>
|
||||
<version>${logback.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-core</artifactId>
|
||||
<version>${logback-core.version}</version>
|
||||
<version>${logback.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
|
@ -56,11 +56,9 @@
|
|||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<archetype-packaging.version>3.0.1</archetype-packaging.version>
|
||||
<rsocket-core.version>0.11.13</rsocket-core.version>
|
||||
<rsocket-transport-netty>0.11.13</rsocket-transport-netty>
|
||||
<hamcrest-core.version>1.3</hamcrest-core.version>
|
||||
<logback-classic.version>1.2.3</logback-classic.version>
|
||||
<logback-core.version>1.2.3</logback-core.version>
|
||||
<rsocket.version>0.11.13</rsocket.version>
|
||||
<hamcrest.version>1.3</hamcrest.version>
|
||||
<logback.version>1.2.3</logback.version>
|
||||
<slf4j-api.version>1.7.25</slf4j-api.version>
|
||||
</properties>
|
||||
</project>
|
Loading…
Reference in New Issue