We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfdb41 commit 888c7d0Copy full SHA for 888c7d0
pom.xml
@@ -36,6 +36,8 @@
36
<module>template-method</module>
37
<module>visitor</module>
38
<module>double-checked-locking</module>
39
+ <module>private-class-data</module>
40
+ <module>servant</module>
41
</modules>
42
43
<build>
@@ -53,4 +55,4 @@
53
55
</plugins>
54
56
</build>
57
-</project>
58
+</project>
servant/pom.xml
@@ -7,7 +7,6 @@
7
<artifactId>java-design-patterns</artifactId>
8
<version>1.0-SNAPSHOT</version>
9
</parent>
10
- <groupId>com.iluwatar</groupId>
11
<artifactId>servant</artifactId>
12
13
<name>servant</name>
0 commit comments