Commit d3329768 authored by 赵啸非's avatar 赵啸非

修改部分pom

parent 6e9bce59
...@@ -76,6 +76,11 @@ ...@@ -76,6 +76,11 @@
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies> </dependencies>
......
...@@ -139,6 +139,7 @@ ...@@ -139,6 +139,7 @@
<dependency> <dependency>
<groupId>org.flowable</groupId> <groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-basic</artifactId> <artifactId>flowable-spring-boot-starter-basic</artifactId>
<version>6.6.0</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -71,6 +71,10 @@ ...@@ -71,6 +71,10 @@
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
</dependency>
</dependencies> </dependencies>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment