提交 b59537c0 编写于 作者: 智布道's avatar 智布道 👁

change: Format maven dependencies

上级 b96ca901
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<groupId>com.fujieid</groupId> <groupId>com.fujieid</groupId>
...@@ -27,12 +27,11 @@ ...@@ -27,12 +27,11 @@
<groupId>cn.hutool</groupId> <groupId>cn.hutool</groupId>
<artifactId>hutool-crypto</artifactId> <artifactId>hutool-crypto</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-codec</groupId> <groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId> <artifactId>commons-codec</artifactId>
<version>1.15</version> <scope>compile</scope>
<scope>compile</scope> </dependency>
</dependency>
</dependencies> </dependencies>
</project> </project>
...@@ -89,6 +89,8 @@ ...@@ -89,6 +89,8 @@
<jap-http-jakarta-adapter.version>1.0.2</jap-http-jakarta-adapter.version> <jap-http-jakarta-adapter.version>1.0.2</jap-http-jakarta-adapter.version>
<!-- Only for jap-mfa --> <!-- Only for jap-mfa -->
<httpclient.version>4.5.13</httpclient.version> <httpclient.version>4.5.13</httpclient.version>
<!-- Only for jap-ldap -->
<commons-codec.version>1.15</commons-codec.version>
</properties> </properties>
<dependencies> <dependencies>
...@@ -267,6 +269,11 @@ ...@@ -267,6 +269,11 @@
<artifactId>jap-http-jakarta-adapter</artifactId> <artifactId>jap-http-jakarta-adapter</artifactId>
<version>${jap-http-jakarta-adapter.version}</version> <version>${jap-http-jakarta-adapter.version}</version>
</dependency> </dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons-codec.version}</version>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册