[jpa] Add example to the build
Project: http://git-wip-us.apache.org/repos/asf/karaf-boot/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-boot/commit/222b024a Tree: http://git-wip-us.apache.org/repos/asf/karaf-boot/tree/222b024a Diff: http://git-wip-us.apache.org/repos/asf/karaf-boot/diff/222b024a Branch: refs/heads/master Commit: 222b024ae73e343bb7e167b93aa0593f62a87f13 Parents: dceec8d Author: Guillaume Nodet <[email protected]> Authored: Fri Apr 15 15:20:59 2016 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Fri Apr 15 15:20:59 2016 +0200 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-boot/blob/222b024a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1161390..afd1bd6 100644 --- a/pom.xml +++ b/pom.xml @@ -66,6 +66,7 @@ <!-- config --> <module>karaf-boot-samples/karaf-boot-sample-config</module> <!-- jpa --> + <module>karaf-boot-samples/karaf-boot-sample-jpa</module> <!-- servlet --> <module>karaf-boot-samples/karaf-boot-sample-servlet</module> <!-- webui / angular -->
