Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
check commit
  • Loading branch information
4lexis committed Apr 28, 2017
commit a34e7be9c2377e64c5a2759d053997ef2d340f70
15 changes: 15 additions & 0 deletions marker/pom.xml
Original file line number Diff line number Diff line change
@@ -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 changes: 6 additions & 0 deletions marker/src/main/java/App.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* Created by Alexis on 28-Apr-17.
*/
public class App {

}
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
<module>converter</module>
<module>guarded-suspension</module>
<module>balking</module>
<module>marker</module>
</modules>

<dependencyManagement>
Expand Down