8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation 8000 a>.
There was an error while loading. Please reload this page.
1 parent 3eab4d7 commit 9c088b5Copy full SHA for 9c088b5
data-transfer-object/pom.xml
@@ -0,0 +1,16 @@
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-transfer-object</artifactId>
7
+ <groupId>com.iluwatar</groupId>
8
+ <version>1.17.0-SNAPSHOT</version>
9
+ <relativePath>../data-transfer-object/pom.xml</relativePath>
10
+ </parent>
11
+ <modelVersion>4.0.0</modelVersion>
12
+
13
14
15
16
+</project>
0 commit comments