Skip to content

Commit

Permalink
- JBPM-3665: UserGroupCallbackManager wrong Package
Browse files Browse the repository at this point in the history
	- fixing UserGroupCallbackManager package
  • Loading branch information
salaboy committed Jun 4, 2012
1 parent a8212f2 commit c10b758
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jbpm-installer/task-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jbpm</groupId>
<artifactId>jbpm</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.4.0-SNAPSHOT</version>
</parent>

<artifactId>jbpm-human-task-demo</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-human-task-mina</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jbpm.usergroup.callback=org.jbpm.task.service.DefaultUserGroupCallbackImpl
jbpm.usergroup.callback=org.jbpm.task.identity.DefaultUserGroupCallbackImpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import org.jbpm.task.User;
import org.jbpm.task.service.TaskService;
import org.jbpm.task.service.TaskServiceSession;
import org.jbpm.task.service.UserGroupCallbackManager;
import org.jbpm.task.identity.UserGroupCallbackManager;
import org.jbpm.task.service.mina.MinaTaskServer;

public class DemoTaskService {
Expand Down

0 comments on commit c10b758

Please sign in to comment.