Merge pull request #421 from iluwatar/hexagonal

Implements #86 Hexagonal Architecture
This commit is contained in:
Ilkka Seppälä
2016-05-21 22:19:16 +03:00
31 changed files with 2274 additions and 5 deletions

View File

@ -17,9 +17,7 @@
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
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>
@ -126,7 +124,8 @@
<module>mute-idiom</module>
<module>mutex</module>
<module>semaphore</module>
</modules>
<module>hexagonal</module>
</modules>
<dependencyManagement>
<dependencies>
@ -425,4 +424,4 @@
</plugins>
</reporting>
</project>
</project>