File tree Expand file tree Collapse file tree 4 files changed +21
-17
lines changed Expand file tree Collapse file tree 4 files changed +21
-17
lines changed Original file line number Diff line number Diff line change 20
20
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21
21
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
22
22
<parent >
23
- <artifactId >dledger-parent </artifactId >
23
+ <artifactId >dledger-all </artifactId >
24
24
<groupId >io.openmessaging.storage</groupId >
25
25
<version >0.2.8-SNAPSHOT</version >
26
26
</parent >
27
27
<modelVersion >4.0.0</modelVersion >
28
28
29
- <artifactId >command</artifactId >
29
+ <artifactId >dledger- command</artifactId >
30
30
31
31
<dependencies >
32
32
<dependency >
33
33
<groupId >io.openmessaging.storage</groupId >
34
- <artifactId >proxy</artifactId >
35
- <version >${project.version} </version >
34
+ <artifactId >dledger-proxy</artifactId >
36
35
</dependency >
37
36
<dependency >
38
37
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 20
20
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21
21
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
22
22
<parent >
23
- <artifactId >dledger-parent </artifactId >
23
+ <artifactId >dledger-all </artifactId >
24
24
<groupId >io.openmessaging.storage</groupId >
25
25
<version >0.2.8-SNAPSHOT</version >
26
26
</parent >
Original file line number Diff line number Diff line change 28
28
</parent >
29
29
30
30
<groupId >io.openmessaging.storage</groupId >
31
- <artifactId >dledger-parent </artifactId >
31
+ <artifactId >dledger-all </artifactId >
32
32
<version >0.2.8-SNAPSHOT</version >
33
33
34
34
<packaging >pom</packaging >
35
- <name >openmessaging-dledger</name >
36
35
37
36
<properties >
38
37
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
60
59
61
60
<dependencyManagement >
62
61
<dependencies >
62
+ <dependency >
63
+ <groupId >io.openmessaging.storage</groupId >
64
+ <artifactId >dledger-proxy</artifactId >
65
+ <version >${project.version} </version >
66
+ </dependency >
67
+ <dependency >
68
+ <groupId >io.openmessaging.storage</groupId >
69
+ <artifactId >dledger</artifactId >
70
+ <version >${project.version} </version >
71
+ </dependency >
63
72
<dependency >
64
73
<groupId >org.slf4j</groupId >
65
74
<artifactId >slf4j-simple</artifactId >
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<parent >
4
- <artifactId >dledger-parent </artifactId >
4
+ <artifactId >dledger-all </artifactId >
5
5
<groupId >io.openmessaging.storage</groupId >
6
6
<version >0.2.8-SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
10
- <artifactId >proxy</artifactId >
10
+ <artifactId >dledger- proxy</artifactId >
11
11
12
12
<properties >
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
14
</properties >
15
15
16
16
<dependencies >
17
-
18
17
<dependency >
19
18
<groupId >io.openmessaging.storage</groupId >
20
19
<artifactId >dledger</artifactId >
21
- <version >${project.version} </version >
22
20
</dependency >
23
-
21
+ <dependency >
22
+ <groupId >org.yaml</groupId >
23
+ <artifactId >snakeyaml</artifactId >
24
+ </dependency >
24
25
<dependency >
25
26
<groupId >org.slf4j</groupId >
26
27
<artifactId >slf4j-simple</artifactId >
27
28
<scope >test</scope >
28
29
</dependency >
29
-
30
- <dependency >
31
- <groupId >org.yaml</groupId >
32
- <artifactId >snakeyaml</artifactId >
33
- </dependency >
34
30
<dependency >
35
31
<groupId >org.mockito</groupId >
36
32
<artifactId >mockito-core</artifactId >
You can’t perform that action at this time.
0 commit comments