Initial commit for Hexagonal Architecture pattern

This commit is contained in:
Ilkka Seppälä
2016-03-13 17:23:15 +02:00
parent 984bf552ce
commit 2ed089900d
4 changed files with 125 additions and 5 deletions

View File

@ -22,9 +22,7 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
--><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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.iluwatar</groupId>
@ -123,7 +121,8 @@
<module>feature-toggle</module>
<module>value-object</module>
<module>monad</module>
</modules>
<module>hexagonal</module>
</modules>
<dependencyManagement>
<dependencies>
@ -394,4 +393,4 @@
</plugins>
</reporting>
</project>
</project>