You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2016/05/09 14:48:35 UTC

[16/35] karaf-boot git commit: [jpa] Add example to the build

[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 <gn...@apache.org>
Authored: Fri Apr 15 15:20:59 2016 +0200
Committer: Guillaume Nodet <gn...@apache.org>
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 -->