Skip to content

Commit

Permalink
AF-1987: Fixing wires and commenting noOp method
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuino committed Jul 11, 2019
1 parent efd725f commit 7d1c36f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,11 @@
<artifactId>uberfire-preferences-client</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-preferences-client-backend</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-preferences-processors</artifactId>
Expand Down Expand Up @@ -551,6 +556,7 @@
<!-- UF-ext -->
<compileSourcesArtifact>org.uberfire:uberfire-preferences-api</compileSourcesArtifact>
<compileSourcesArtifact>org.uberfire:uberfire-preferences-client</compileSourcesArtifact>
<compileSourcesArtifact>org.uberfire:uberfire-preferences-client-backend</compileSourcesArtifact>
<compileSourcesArtifact>org.uberfire:uberfire-preferences-ui-client</compileSourcesArtifact>
<compileSourcesArtifact>org.uberfire:uberfire-runtime-plugins-api</compileSourcesArtifact>
<compileSourcesArtifact>org.uberfire:uberfire-runtime-plugins-client</compileSourcesArtifact>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@
# for details.

errai.security.user_on_hostpage_enabled=true
errai.ioc.enabled.alternatives=org.uberfire.preferences.client.store.PreferenceBeanStoreClientImpl
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ public List<String> getActivitiesById() {
}

public void noOp() {
// intentionally left empty, can be called to activate this bean in a CDI context
}

public class EditorResourceTypeNotFound extends RuntimeException {
Expand Down

0 comments on commit 7d1c36f

Please sign in to comment.