remove plugins from pom.xml

This commit is contained in:
mxd 2020-04-13 10:14:01 +08:00
parent 2e0be2bbeb
commit fd1a4ac964

View File

@ -17,30 +17,6 @@
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow-core</artifactId>
</dependency>
<dependency>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow-redis</artifactId>
</dependency>
<dependency>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow-mongodb</artifactId>
</dependency>
<dependency>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow-selenium</artifactId>
</dependency>
<dependency>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow-ocr</artifactId>
</dependency>
<dependency>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow-oss</artifactId>
</dependency>
<dependency>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow-mailbox</artifactId>
</dependency>
</dependencies>
<build>
<plugins>