Skip to content

Commit 0fff3a4

Browse files
authored
Update pom.xml
1 parent fddca19 commit 0fff3a4

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

rsocket/pom.xml

+9-11
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<dependency>
1717
<groupId>io.rsocket</groupId>
1818
<artifactId>rsocket-core</artifactId>
19-
<version>${rsocket-core.version}</version>
19+
<version>${rsocket.version}</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>io.rsocket</groupId>
2323
<artifactId>rsocket-transport-netty</artifactId>
24-
<version>${rsocket-transport-netty}</version>
24+
<version>${rsocket.version}</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>junit</groupId>
@@ -32,18 +32,18 @@
3232
<dependency>
3333
<groupId>org.hamcrest</groupId>
3434
<artifactId>hamcrest-core</artifactId>
35-
<version>${hamcrest-core.version}</version>
35+
<version>${hamcrest.version}</version>
3636
<scope>test</scope>
3737
</dependency>
3838
<dependency>
3939
<groupId>ch.qos.logback</groupId>
4040
<artifactId>logback-classic</artifactId>
41-
<version>${logback-classic.version}</version>
41+
<version>${logback.version}</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>ch.qos.logback</groupId>
4545
<artifactId>logback-core</artifactId>
46-
<version>${logback-core.version}</version>
46+
<version>${logback.version}</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.slf4j</groupId>
@@ -56,11 +56,9 @@
5656
<maven.compiler.source>1.8</maven.compiler.source>
5757
<maven.compiler.target>1.8</maven.compiler.target>
5858
<archetype-packaging.version>3.0.1</archetype-packaging.version>
59-
<rsocket-core.version>0.11.13</rsocket-core.version>
60-
<rsocket-transport-netty>0.11.13</rsocket-transport-netty>
61-
<hamcrest-core.version>1.3</hamcrest-core.version>
62-
<logback-classic.version>1.2.3</logback-classic.version>
63-
<logback-core.version>1.2.3</logback-core.version>
59+
<rsocket.version>0.11.13</rsocket.version>
60+
<hamcrest.version>1.3</hamcrest.version>
61+
<logback.version>1.2.3</logback.version>
6462
<slf4j-api.version>1.7.25</slf4j-api.version>
6563
</properties>
66-
</project>
64+
</project>

0 commit comments

Comments
 (0)