Browse Source

fix

master
winter 1 week ago
parent
commit
1451548e02
1 changed files with 18 additions and 0 deletions
  1. +18
    -0
      bjairCApi/pom.xml

+ 18
- 0
bjairCApi/pom.xml View File

@@ -22,11 +22,29 @@
<artifactId>bjairVideo</artifactId> <artifactId>bjairVideo</artifactId>
<version>1.0</version> <version>1.0</version>
</dependency> </dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.3</version>
</dependency>

<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>3.3.3</version>
</dependency>

<dependency> <dependency>
<groupId>com.github.axet</groupId> <groupId>com.github.axet</groupId>
<artifactId>kaptcha</artifactId> <artifactId>kaptcha</artifactId>
<version>0.0.9</version> <version>0.0.9</version>
</dependency> </dependency>

<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>5.2.4</version>
</dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>


Loading…
Cancel
Save