Skip to content

Commit

Permalink
Create Portal Application
Browse files Browse the repository at this point in the history
  • Loading branch information
wklaczynski committed Mar 20, 2019
1 parent f60d8be commit 14b0a81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@ These instructions will get you a copy of the project up and running on your loc
<dependency>
<groupId>org.ssoft.faces</groupId>
<artifactId>state-flow-fases-api</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-RC1</version>
</dependency>
<dependency>
<groupId>org.ssoft.faces</groupId>
<artifactId>state-flow-fases-impl</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-RC1</version>
</dependency>
```
And primefaces extension to add dialog invoker and pull task with primefaces ajax script:
Expand All @@ -177,7 +177,7 @@ And primefaces extension to add dialog invoker and pull task with primefaces aja
<dependency>
<groupId>org.ssoft.faces</groupId>
<artifactId>state-flow-primefaces</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-RC1</version>
</dependency>
```

Expand Down

0 comments on commit 14b0a81

Please sign in to comment.