check commit
This commit is contained in:
parent
82b9f4fea7
commit
a34e7be9c2
15
marker/pom.xml
Normal file
15
marker/pom.xml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
<parent>
|
||||||
|
<artifactId>java-design-patterns</artifactId>
|
||||||
|
<groupId>com.iluwatar</groupId>
|
||||||
|
<version>1.16.0-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
<artifactId>marker</artifactId>
|
||||||
|
|
||||||
|
|
||||||
|
</project>
|
6
marker/src/main/java/App.java
Normal file
6
marker/src/main/java/App.java
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
/**
|
||||||
|
* Created by Alexis on 28-Apr-17.
|
||||||
|
*/
|
||||||
|
public class App {
|
||||||
|
|
||||||
|
}
|
1
pom.xml
1
pom.xml
@ -139,6 +139,7 @@
|
|||||||
<module>converter</module>
|
<module>converter</module>
|
||||||
<module>guarded-suspension</module>
|
<module>guarded-suspension</module>
|
||||||
<module>balking</module>
|
<module>balking</module>
|
||||||
|
<module>marker</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user