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

change: Format maven dependencies

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