File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 27
27
xmlns =" http://maven.apache.org/POM/4.0.0"
28
28
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
29
29
<modelVersion >4.0.0</modelVersion >
30
+ <packaging >pom</packaging >
31
+ <modules >
32
+ <module >../data-transfer-object</module >
33
+ </modules >
30
34
<properties >
31
35
<lombok .version>1.16.14</lombok .version>
32
36
</properties >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <parent >
6
+ <artifactId >data-bus</artifactId >
7
+ <groupId >com.iluwatar</groupId >
8
+ <version >1.17.0-SNAPSHOT</version >
9
+ <relativePath >../data-bus/pom.xml</relativePath >
10
+ </parent >
11
+ <modelVersion >4.0.0</modelVersion >
12
+
13
+ <artifactId >data-transfer-object</artifactId >
14
+
15
+
16
+ </project >
You can’t perform that action at this time.
0 commit comments