Skip to content

Commit a163a73

Browse files
Move dependency lookup out of project directory to global m2
1 parent dcebee1 commit a163a73

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nimbus-extn-activiti/pom.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
<groupId>org.activiti.designer</groupId>
2121
<artifactId>org.activiti.designer.integration</artifactId>
2222
<version>5.18.0</version> <!-- Use the current Activiti Designer version -->
23-
<scope>system</scope>
24-
<systemPath>${project.basedir}/src/main/resources/lib/org.activiti.designer.integration-5.18.0.jar</systemPath>
2523
</dependency>
2624
</dependencies>
2725

@@ -55,4 +53,4 @@
5553
</plugin>
5654
</plugins>
5755
</build>
58-
</project>
56+
</project>

0 commit comments

Comments
 (0)