We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f9726 commit 7fb2af3Copy full SHA for 7fb2af3
2 files changed
pom.xml
@@ -241,7 +241,7 @@
241
<!--<skipPublishing>true</skipPublishing>-->
242
<excludeArtifacts>
243
<excludeArtifact>flowable-external-worker-sample-parent</excludeArtifact>
244
- <excludeArtifact>flowable-external-worker-spring-boot-starter</excludeArtifact>
+ <excludeArtifact>flowable-external-worker-spring-boot-sample</excludeArtifact>
245
</excludeArtifacts>
246
</configuration>
247
</plugin>
workers/spring/pom.xml
@@ -8,6 +8,7 @@
8
<version>1.0.1-SNAPSHOT</version>
9
<relativePath>../../pom.xml</relativePath>
10
</parent>
11
+ <name>Flowable Java external worker client Spring Parent</name>
12
<groupId>org.flowable.client.spring</groupId>
13
<artifactId>flowable-external-worker-spring-parent</artifactId>
14
0 commit comments