Skip to content

Commit 76d6973

Browse files
authored
[JAVA-47200] Created new module design-patterns-structural-2 and moved code from design-patterns-structural (#18618)
1 parent 59fca51 commit 76d6973

30 files changed

+78
-4
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
<modelVersion>4.0.0</modelVersion>
6+
<artifactId>design-patterns-structural-2</artifactId>
7+
<version>1.0</version>
8+
<name>design-patterns-structural-2</name>
9+
<packaging>jar</packaging>
10+
11+
<parent>
12+
<groupId>com.baeldung</groupId>
13+
<artifactId>patterns-modules</artifactId>
14+
<version>1.0.0-SNAPSHOT</version>
15+
</parent>
16+
17+
<dependencies>
18+
<dependency>
19+
<groupId>log4j</groupId>
20+
<artifactId>log4j</artifactId>
21+
<version>${log4j.version}</version>
22+
</dependency>
23+
</dependencies>
24+
25+
</project>

0 commit comments

Comments
 (0)