Skip to content

Commit 5350086

Browse files
committed
bring back logger-tools sub-module
1 parent d5518f1 commit 5350086

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

logger-tools/pom.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,14 @@
2626
<parent>
2727
<groupId>net.openhft</groupId>
2828
<artifactId>chronicle-logger</artifactId>
29-
<version>4.22ea0-SNAPSHOT</version>
29+
<version>4.22ea4-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

3333
<name>OpenHFT/Chronicle-Logger/logger-tools</name>
3434
<artifactId>chronicle-logger-tools</artifactId>
3535
<packaging>bundle</packaging>
3636

37-
<dependencyManagement>
38-
<dependencies>
39-
40-
<dependency>
41-
<groupId>net.openhft</groupId>
42-
<artifactId>chronicle-bom</artifactId>
43-
<version>2.24ea-SNAPSHOT</version>
44-
<type>pom</type>
45-
<scope>import</scope>
46-
</dependency>
47-
</dependencies>
48-
</dependencyManagement>
49-
5037
<dependencies>
5138
<dependency>
5239
<groupId>net.openhft</groupId>

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@
8686
<artifactId>chronicle-bytes</artifactId>
8787
</dependency>
8888

89-
<dependency>
90-
<groupId>net.openhft</groupId>
91-
<artifactId>chronicle-wire</artifactId>
92-
</dependency>
93-
9489
<dependency>
9590
<groupId>net.openhft</groupId>
9691
<artifactId>chronicle-queue</artifactId>
@@ -135,7 +130,7 @@
135130
<module>logger-logback</module>
136131
<module>logger-log4j-1</module>
137132
<module>logger-log4j-2</module>
138-
<!-- <module>logger-tools</module> -->
133+
<module>logger-tools</module>
139134
<module>benchmark</module>
140135
</modules>
141136

0 commit comments

Comments
 (0)