09-26-2015 10:12 AM
org.alfresco.web.evaluator.BaseEvaluator
.import org.alfresco.web.evaluator.BaseEvaluator cannot be resolved.
alfresco-share-4.2.f.jar
, then everything is OK.09-29-2015 07:25 AM
<dependency>
<groupId>${alfresco.groupId}</groupId>
<artifactId>share</artifactId>
<version>${alfresco.version}</version>
<classifier>classes</classifier>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>${alfresco.groupId}</groupId>
<artifactId>alfresco-web-framework-commons</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.extensions.surf</groupId>
<artifactId>spring-surf-api</artifactId>
<scope>provided</scope>
<version>1.2.0-M14</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-web-framework-commons</artifactId>
<version>${alfresco.version}</version>
<type>jar</type>
<exclusions>
<exclusion>
<groupId>rhino</groupId>
<artifactId>js</artifactId>
</exclusion>
</exclusions>
<scope>provided</scope>
</dependency>
09-29-2015 09:16 AM
The import org.alfresco.web cannot be resolved
.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.