diff --git a/coffeenet-autoconfigure/pom.xml b/coffeenet-autoconfigure/pom.xml index d860ae6b..79acb721 100644 --- a/coffeenet-autoconfigure/pom.xml +++ b/coffeenet-autoconfigure/pom.xml @@ -38,6 +38,12 @@ slf4j-api + + + rocks.coffeenet + coffeenet-platform-domain + + org.springframework.boot diff --git a/coffeenet-dependencies/pom.xml b/coffeenet-dependencies/pom.xml index 109f2d00..fe63bc20 100644 --- a/coffeenet-dependencies/pom.xml +++ b/coffeenet-dependencies/pom.xml @@ -76,6 +76,13 @@ + + + rocks.coffeenet + coffeenet-platform-domain + 2.0.0-SNAPSHOT + + rocks.coffeenet diff --git a/coffeenet-platform-domain/pom.xml b/coffeenet-platform-domain/pom.xml new file mode 100644 index 00000000..0abacf7c --- /dev/null +++ b/coffeenet-platform-domain/pom.xml @@ -0,0 +1,32 @@ + + + 4.0.0 + + rocks.coffeenet + coffeenet-parent + 2.0.0-SNAPSHOT + ../coffeenet-parent/pom.xml + + + coffeenet-platform-domain + 2.0.0-SNAPSHOT + + jar + + CoffeeNet Platform Domain + + Domain objects for CoffeeNet applications. Abstractions on what a user or apps in the + CoffeeNet eco system represent. + + + + + + org.springframework.boot + spring-boot-starter-test + test + + + diff --git a/pom.xml b/pom.xml index b7f09acb..6813f3eb 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,7 @@ coffeenet-dependencies coffeenet-parent + coffeenet-platform-domain coffeenet-actuator coffeenet-autoconfigure