Skip to content

Commit

Permalink
FACES-2944 fixed alloy version
Browse files Browse the repository at this point in the history
  • Loading branch information
vsingleton committed Oct 13, 2016
1 parent 88f61f8 commit 55b0adb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Expand Up @@ -6,7 +6,7 @@ repositories {
}

dependencies {
compile group: 'com.liferay.faces', name: 'com.liferay.faces.alloy', version:'3.0.0-SNAPSHOT'
compile group: 'com.liferay.faces', name: 'com.liferay.faces.alloy', version:'3.0.0'
compile group: 'commons-fileupload', name: 'commons-fileupload', version:'1.3.1'
compile group: 'commons-io', name: 'commons-io', version:'2.4'
compile group: 'com.liferay.faces', name: 'com.liferay.faces.bridge.ext', version:'5.0.0'
Expand Down
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.liferay.faces</groupId>
<artifactId>com.liferay.faces.alloy</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>
</dependencies>
</project>
Expand Up @@ -13,9 +13,6 @@ dependencies {
exclude group: 'javax.activation', module: 'javax.activation'
}
compile group: 'org.icefaces', name: 'icefaces-ace', version:'4.1.1'
compile('org.icepush:icefaces:4.1.1') {
exclude group: 'javax.servlet', module: 'jsp-api'
}

compile group: 'commons-fileupload', name: 'commons-fileupload', version:'1.3.1'
compile group: 'commons-io', name: 'commons-io', version:'2.4'
Expand Down

0 comments on commit 55b0adb

Please sign in to comment.