Skip to content

Commit 8131fd0

Browse files
committed
Remove usage of 4.2.4-SNAPSHOT that was used for testing
1 parent ff78924 commit 8131fd0

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

vertx-core/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -44,70 +44,57 @@
4444
<dependency>
4545
<groupId>io.netty</groupId>
4646
<artifactId>netty-common</artifactId>
47-
<version>4.2.4.Final-SNAPSHOT</version>
4847
</dependency>
4948
<dependency>
5049
<groupId>io.netty</groupId>
5150
<artifactId>netty-buffer</artifactId>
52-
<version>4.2.4.Final-SNAPSHOT</version>
5351
</dependency>
5452
<dependency>
5553
<groupId>io.netty</groupId>
5654
<artifactId>netty-transport</artifactId>
57-
<version>4.2.4.Final-SNAPSHOT</version>
5855
</dependency>
5956
<dependency>
6057
<groupId>io.netty</groupId>
6158
<artifactId>netty-handler</artifactId>
62-
<version>4.2.4.Final-SNAPSHOT</version>
6359
</dependency>
6460
<dependency>
6561
<groupId>io.netty</groupId>
6662
<artifactId>netty-handler-proxy</artifactId>
67-
<version>4.2.4.Final-SNAPSHOT</version>
6863
</dependency>
6964
<dependency>
7065
<groupId>io.netty</groupId>
7166
<artifactId>netty-codec-http</artifactId>
72-
<version>4.2.4.Final-SNAPSHOT</version>
7367
</dependency>
7468
<dependency>
7569
<groupId>io.netty</groupId>
7670
<artifactId>netty-codec-http2</artifactId>
77-
<version>4.2.4.Final-SNAPSHOT</version>
7871
</dependency>
7972
<dependency>
8073
<groupId>io.netty</groupId>
8174
<artifactId>netty-resolver</artifactId>
82-
<version>4.2.4.Final-SNAPSHOT</version>
8375
</dependency>
8476
<dependency>
8577
<groupId>io.netty</groupId>
8678
<artifactId>netty-resolver-dns</artifactId>
87-
<version>4.2.4.Final-SNAPSHOT</version>
8879
</dependency>
8980
<dependency>
9081
<groupId>io.netty</groupId>
9182
<artifactId>netty-codec-haproxy</artifactId>
92-
<version>4.2.4.Final-SNAPSHOT</version>
9383
<optional>true</optional>
9484
</dependency>
9585
<dependency>
9686
<groupId>io.netty</groupId>
9787
<artifactId>netty-transport-classes-epoll</artifactId>
98-
<version>4.2.4.Final-SNAPSHOT</version>
9988
<optional>true</optional>
10089
</dependency>
10190
<dependency>
10291
<groupId>io.netty</groupId>
10392
<artifactId>netty-transport-classes-io_uring</artifactId>
104-
<version>4.2.4.Final-SNAPSHOT</version>
10593
<optional>true</optional>
10694
</dependency>
10795
<dependency>
10896
<groupId>io.netty</groupId>
10997
<artifactId>netty-transport-classes-kqueue</artifactId>
110-
<version>4.2.4.Final-SNAPSHOT</version>
11198
<optional>true</optional>
11299
</dependency>
113100

@@ -878,14 +865,12 @@
878865
<groupId>io.netty</groupId>
879866
<artifactId>netty-transport-native-epoll</artifactId>
880867
<classifier>linux-x86_64</classifier>
881-
<version>4.2.4.Final-SNAPSHOT</version>
882868
<scope>test</scope>
883869
</dependency>
884870
<dependency>
885871
<groupId>io.netty</groupId>
886872
<artifactId>netty-transport-native-io_uring</artifactId>
887873
<classifier>linux-x86_64</classifier>
888-
<version>4.2.4.Final-SNAPSHOT</version>
889874
<scope>test</scope>
890875
</dependency>
891876
</dependencies>
@@ -904,14 +889,12 @@
904889
<groupId>io.netty</groupId>
905890
<artifactId>netty-transport-native-epoll</artifactId>
906891
<classifier>linux-x86_64</classifier>
907-
<version>4.2.4.Final-SNAPSHOT</version>
908892
<scope>test</scope>
909893
</dependency>
910894
<dependency>
911895
<groupId>io.netty</groupId>
912896
<artifactId>netty-transport-native-io_uring</artifactId>
913897
<classifier>linux-x86_64</classifier>
914-
<version>4.2.4.Final-SNAPSHOT</version>
915898
<scope>test</scope>
916899
</dependency>
917900
</dependencies>
@@ -930,14 +913,12 @@
930913
<groupId>io.netty</groupId>
931914
<artifactId>netty-transport-native-epoll</artifactId>
932915
<classifier>linux-aarch_64</classifier>
933-
<version>4.2.4.Final-SNAPSHOT</version>
934916
<scope>test</scope>
935917
</dependency>
936918
<dependency>
937919
<groupId>io.netty</groupId>
938920
<artifactId>netty-transport-native-io_uring</artifactId>
939921
<classifier>linux-aarch_64</classifier>
940-
<version>4.2.4.Final-SNAPSHOT</version>
941922
<scope>test</scope>
942923
</dependency>
943924
</dependencies>
@@ -956,14 +937,12 @@
956937
<groupId>io.netty</groupId>
957938
<artifactId>netty-resolver-dns-native-macos</artifactId>
958939
<classifier>osx-x86_64</classifier>
959-
<version>4.2.4.Final-SNAPSHOT</version>
960940
<scope>test</scope>
961941
</dependency>
962942
<dependency>
963943
<groupId>io.netty</groupId>
964944
<artifactId>netty-transport-native-kqueue</artifactId>
965945
<classifier>osx-x86_64</classifier>
966-
<version>4.2.4.Final-SNAPSHOT</version>
967946
<scope>test</scope>
968947
</dependency>
969948
</dependencies>
@@ -982,14 +961,12 @@
982961
<groupId>io.netty</groupId>
983962
<artifactId>netty-resolver-dns-native-macos</artifactId>
984963
<classifier>osx-aarch_64</classifier>
985-
<version>4.2.4.Final-SNAPSHOT</version>
986964
<scope>test</scope>
987965
</dependency>
988966
<dependency>
989967
<groupId>io.netty</groupId>
990968
<artifactId>netty-transport-native-kqueue</artifactId>
991969
<classifier>osx-aarch_64</classifier>
992-
<version>4.2.4.Final-SNAPSHOT</version>
993970
<scope>test</scope>
994971
</dependency>
995972
</dependencies>

0 commit comments

Comments
 (0)