Skip to content

Commit 95c0d9e

Browse files
author
Nathan McMinn
committed
Fixed dependency to prevent overwriting of jars
1 parent e3c4cb3 commit 95c0d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdf-toolkit-repo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<groupId>org.alfresco</groupId>
3636
<artifactId>alfresco-enterprise-repository</artifactId>
3737
<version>${alfresco.version}</version>
38-
<scope>compile</scope>
38+
<scope>provided</scope>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.alfresco</groupId>

0 commit comments

Comments
 (0)