check commit

This commit is contained in:
Aleksandar Dudukovic 2017-04-28 19:35:19 +02:00
parent 82b9f4fea7
commit a34e7be9c2
3 changed files with 22 additions and 0 deletions

15
marker/pom.xml Normal file
View 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>

View File

@ -0,0 +1,6 @@
/**
* Created by Alexis on 28-Apr-17.
*/
public class App {
}

View File

@ -139,6 +139,7 @@
<module>converter</module>
<module>guarded-suspension</module>
<module>balking</module>
<module>marker</module>
</modules>
<dependencyManagement>