cancel
Showing results for 
Search instead for 
Did you mean: 

baseEvaluator maven dependency

support-alfresc
Champ in-the-making
Champ in-the-making
Hi,

I want to create a custom evaluator by extending org.alfresco.web.evaluator.BaseEvaluator
This classe is not found in my alfresco 4.2 AIO environment.

Which maven dependency shall I add in my module ?

Thank you
1 REPLY 1

steven_okennedy
Star Contributor
Star Contributor
Hi

This class is in the share jar, e.g.

<dependency>
  <groupId>org.alfresco</groupId>
  <artifactId>alfresco-share</artifactId>
  <version>4.2.f</version>
</dependency>

Regards

Steven