Skip to content

Commit

Permalink
Added test.js and upgraded dependencies (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jul 31, 2020
1 parent 436e01a commit bcc2bab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<owb.version>2.0.15</owb.version>
<jetty.version>9.4.27.v20200227</jetty.version>
<owb.version>2.0.17</owb.version>
<jetty.version>9.4.31.v20200723</jetty.version>
</properties>

<dependencies>
Expand Down
1 change: 1 addition & 0 deletions src/main/webapp/resources/test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Place any Javascript here you want loaded in test.xhtml */
1 change: 1 addition & 0 deletions src/main/webapp/test.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<h:head>
<title>PrimeFaces Test</title>
<h:outputScript name="test.js" />
</h:head>
<h:body>

Expand Down

0 comments on commit bcc2bab

Please sign in to comment.