Skip to content

Commit 8115845

Browse files
authoredNov 25, 2019
fix error groupId at dependencyManagement
as in PR Activiti#50
1 parent b30eb92 commit 8115845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎getting-started/getting-started-activiti-core.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ We recommend using our BOM \(bill of materials\)
5252
<dependencyManagement>
5353
<dependencies>
5454
<dependency>
55-
<groupId>org.activiti</groupId>
55+
<groupId>org.activiti.dependencies</groupId>
5656
<artifactId>activiti-dependencies</artifactId>
5757
<version>7.1.0.M4</version>
5858
<scope>import</scope>

0 commit comments

Comments
 (0)
Please sign in to comment.