Skip to content

Commit

Permalink
TheCoder4eu/BootsFaces-OSP#853 downgraded the dependencies (except Bo…
Browse files Browse the repository at this point in the history
…otsFaces itself) :)
  • Loading branch information
stephanrauh committed Oct 11, 2018
1 parent 4cae71b commit ed62a0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ providedCompile 'com.sun.faces:jsf-api:2.2.+'
providedCompile 'com.sun.faces:jsf-impl:2.2.+'
providedCompile 'org.glassfish.web:el-impl:2.2'
providedCompile 'javax.validation:validation-api:1.0.0.GA'
compile 'org.hibernate.validator:hibernate-validator:6.0.13.Final'
compile 'org.primefaces:primefaces:6.2'
compile 'org.hibernate:hibernate-validator:5.2.2.Final'
compile 'org.primefaces:primefaces:6.1'
compile 'net.glxn:qrgen:1.4'
compile 'net.sf.barcode4j:barcode4j-light:2.0'
compile 'com.google.zxing:core:3.3.3'
compile 'com.google.zxing:javase:3.3.3'
compile 'org.omnifaces:omnifaces:3.2'
compile 'com.google.zxing:core:3.1.0'
compile 'com.google.zxing:javase:3.1.0'
compile 'org.omnifaces:omnifaces:2.6.1'
//compile 'de.larmic.butterfaces:components:1.10.3'
compile 'org.highfaces:highfaces:1.2'
compile files("${System.properties['java.home']}/../lib/tools.jar")
Expand Down

0 comments on commit ed62a0c

Please sign in to comment.