diff --git a/jsf/pom.xml b/jsf/pom.xml index ffb4d632c289264f0b8ce4faaabbb09b28d79b17..23108fd0d9511fd61d077d066d3ba120cf27f5d6 100644 --- a/jsf/pom.xml +++ b/jsf/pom.xml @@ -24,6 +24,10 @@ service provided + + org.webjars + bootstrap + diff --git a/jsf/src/main/webapp/WEB-INF/template.xhtml b/jsf/src/main/webapp/WEB-INF/template.xhtml index 8e53092ef6ca08592f08562eb9f70366431de779..50854f763546ace33e59518ad9cbd5214871cc4a 100644 --- a/jsf/src/main/webapp/WEB-INF/template.xhtml +++ b/jsf/src/main/webapp/WEB-INF/template.xhtml @@ -5,7 +5,7 @@ Pet Store - +
@@ -41,7 +41,7 @@
- - + +
\ No newline at end of file diff --git a/jsf/src/main/webapp/owner/pets.xhtml b/jsf/src/main/webapp/owner/pets.xhtml index b81f12869122e842bef7073d47a9b5ec7629269a..78a06a3092c11b08dd85fe4c15e4e0c74454a458 100644 --- a/jsf/src/main/webapp/owner/pets.xhtml +++ b/jsf/src/main/webapp/owner/pets.xhtml @@ -15,10 +15,10 @@ - + - + diff --git a/pom.xml b/pom.xml index 11b46c0cdfa41327da735cf3ca47d57973982d9b..67e6f4b0d5c8156b961731f6b4a06a8eeb8a0cb1 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,7 @@ 8.2.1.Final 3.4 + 3.3.7-1 4.12 @@ -131,6 +132,11 @@ commons-lang3 ${commons.lang3.version}
+ + org.webjars + bootstrap + ${bootstrap.version} +