Skip to content

Commit

Permalink
add new approval service
Browse files Browse the repository at this point in the history
  • Loading branch information
IsharaSilva committed Jul 26, 2022
1 parent e7dc2ae commit b89af13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
<dependency>
<groupId>org.wso2.carbon.identity.workflow.engine</groupId>
<artifactId>workflow.engine</artifactId>
<version>1.0-SNAPSHOT</version>
<version>${workflow.engine.version}</version>
</dependency>

<!-- Kernel Dependencies-->
Expand Down Expand Up @@ -445,6 +445,7 @@
<maven.checkstyleplugin.excludes>**/gen/**/*</maven.checkstyleplugin.excludes>
<commons-lang.wso2.version>2.6.0.wso2v1</commons-lang.wso2.version>
<mavan.findbugsplugin.exclude.file>findbugs-exclude-filter.xml</mavan.findbugsplugin.exclude.file>
<workflow.engine.version>1.0-SNAPSHOT</workflow.engine.version>
</properties>

<modules>
Expand Down

0 comments on commit b89af13

Please sign in to comment.