Commit e0514ae2 by linxu

升级parent,auth

parent fd7efe4b
...@@ -131,13 +131,13 @@ ...@@ -131,13 +131,13 @@
<dependency> <dependency>
<groupId>com.keymobile.auth</groupId> <groupId>com.keymobile.auth</groupId>
<artifactId>security</artifactId> <artifactId>security</artifactId>
<version>3.0.10-release</version> <version>3.0.11-release</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.keymobile</groupId> <groupId>com.keymobile</groupId>
<artifactId>config</artifactId> <artifactId>config</artifactId>
<version>1.0.1-release</version> <version>1.1.2-release</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
<settings>
<mirrors>
<mirror>
<id>nexus</id>
<mirrorOf>nexus</mirrorOf>
<url>http://139.198.127.28:18081/repository/maven-public/</url>
</mirror>
</mirrors>
<servers>
<server>
<id>nexus-snapshots</id>
<username>admin</username>
<password>dataSharing</password>
</server>
<server>
<id>nexus-releases</id>
<username>admin</username>
<password>dataSharing</password>
</server>
</servers>
</settings>
\ No newline at end of file
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