|
@@ -210,7 +210,11 @@
|
|
|
<artifactId>ruoyi-common</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.fadada</groupId>
|
|
|
+ <artifactId>fdd-verify-process</artifactId>
|
|
|
+ <version>1.8.8</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
|
|
@@ -244,29 +248,17 @@
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
|
|
- <repositories>
|
|
|
+ <distributionManagement>
|
|
|
<repository>
|
|
|
- <id>public</id>
|
|
|
- <name>aliyun nexus</name>
|
|
|
- <url>https://maven.aliyun.com/repository/public</url>
|
|
|
- <releases>
|
|
|
- <enabled>true</enabled>
|
|
|
- </releases>
|
|
|
+ <id>yckj-releases</id>
|
|
|
+ <name>Nexus Release Repository</name>
|
|
|
+ <url>http://192.168.8.8:9000/repository/yckj-releases/</url>
|
|
|
</repository>
|
|
|
- </repositories>
|
|
|
-
|
|
|
- <pluginRepositories>
|
|
|
- <pluginRepository>
|
|
|
- <id>public</id>
|
|
|
- <name>aliyun nexus</name>
|
|
|
- <url>https://maven.aliyun.com/repository/public</url>
|
|
|
- <releases>
|
|
|
- <enabled>true</enabled>
|
|
|
- </releases>
|
|
|
- <snapshots>
|
|
|
- <enabled>false</enabled>
|
|
|
- </snapshots>
|
|
|
- </pluginRepository>
|
|
|
- </pluginRepositories>
|
|
|
+ <snapshotRepository>
|
|
|
+ <id>yckj-snapshots</id>
|
|
|
+ <name>Nexus Snapshot Repository</name>
|
|
|
+ <url>http://192.168.8.8:9000/repository/yckj-snapshots/</url>
|
|
|
+ </snapshotRepository>
|
|
|
+ </distributionManagement>
|
|
|
|
|
|
</project>
|