Skip to content

Commit

Permalink
perf
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Mar 19, 2019
1 parent dcab886 commit fe3f714
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/run.sh
@@ -1,2 +1,2 @@
#!/bin/sh
docker run -it --name admin-showcase -p 8080:8080 rmpestano/admin-showcase
docker run -it --rm --name admin-showcase -p 8080:8080 rmpestano/admin-showcase
Empty file added faces-config.NavData
Empty file.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -38,12 +38,12 @@
<dependency>
<groupId>org.primefaces.extensions</groupId>
<artifactId>primefaces-extensions</artifactId>
<version>6.1.0</version>
<version>6.1.1</version>
</dependency>
<dependency>
<groupId>org.omnifaces</groupId>
<artifactId>omnifaces</artifactId>
<version>2.1</version>
<version>2.3</version>
</dependency>
<!-- tag::dep-admin-template[] -->
<dependency>
Expand Down

0 comments on commit fe3f714

Please sign in to comment.