You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by dr...@apache.org on 2016/11/02 15:55:21 UTC

incubator-unomi git commit: UNOMI-61 update version of mvel from 2.1.9 to 2.3.1

Repository: incubator-unomi
Updated Branches:
  refs/heads/master 7382af5ad -> ea1254f12


UNOMI-61 update version of mvel from 2.1.9 to 2.3.1


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/ea1254f1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/ea1254f1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/ea1254f1

Branch: refs/heads/master
Commit: ea1254f121792b36ff356ac1f3f9c20f8b614427
Parents: 7382af5
Author: dgaillard <dg...@jahia.com>
Authored: Wed Nov 2 11:55:02 2016 +0100
Committer: dgaillard <dg...@jahia.com>
Committed: Wed Nov 2 11:55:02 2016 +0100

----------------------------------------------------------------------
 pom.xml                                                           | 2 +-
 .../org/apache/unomi/services/services/ProfileServiceImpl.java    | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/ea1254f1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2f4ceb8..ce569ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -812,7 +812,7 @@
             <dependency>
                 <groupId>org.mvel</groupId>
                 <artifactId>mvel2</artifactId>
-                <version>2.1.9.Final</version>
+                <version>2.3.1.Final</version>
             </dependency>
 
         </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/ea1254f1/services/src/main/java/org/apache/unomi/services/services/ProfileServiceImpl.java
----------------------------------------------------------------------
diff --git a/services/src/main/java/org/apache/unomi/services/services/ProfileServiceImpl.java b/services/src/main/java/org/apache/unomi/services/services/ProfileServiceImpl.java
index 52aef50..e68eb9a 100644
--- a/services/src/main/java/org/apache/unomi/services/services/ProfileServiceImpl.java
+++ b/services/src/main/java/org/apache/unomi/services/services/ProfileServiceImpl.java
@@ -32,7 +32,6 @@ import org.apache.unomi.api.services.SegmentService;
 import org.apache.unomi.persistence.spi.CustomObjectMapper;
 import org.apache.unomi.persistence.spi.PersistenceService;
 import org.apache.unomi.persistence.spi.PropertyHelper;
-import org.apache.unomi.services.actions.ActionExecutorDispatcher;
 import org.osgi.framework.*;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -55,8 +54,6 @@ public class ProfileServiceImpl implements ProfileService, SynchronousBundleList
 
     private QueryService queryService;
 
-    private ActionExecutorDispatcher actionExecutorDispatcher;
-
     private Condition purgeProfileQuery;
     private Integer purgeProfileExistTime = 0;
     private Integer purgeProfileInactiveTime = 0;