mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-14353: Fix artifactId alfresco-jlan -> alfresco-jlan-embed
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@42842 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -36,7 +36,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-jlan</artifactId>
|
||||
<artifactId>alfresco-jlan-embed</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -809,6 +809,7 @@
|
||||
<includes>
|
||||
<include>**/org/alfresco/RepositoryStartupTest.*</include>
|
||||
</includes>
|
||||
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
|
Reference in New Issue
Block a user