chore: remove some version definition
This commit is contained in:
parent
bc82f4be72
commit
b6b46b3825
|
@ -159,12 +159,10 @@
|
|||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
||||
<artifactId>jackson-dataformat-xml</artifactId>
|
||||
<version>${jackson-dataformat-xml.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-core</artifactId>
|
||||
<version>${jackson-core.version}</version> <!-- 替换为你的版本 -->
|
||||
</dependency>
|
||||
|
||||
<!-- minio -->
|
||||
|
|
|
@ -41,31 +41,17 @@
|
|||
<artifactId>metersphere-provider</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
<version>${jaxb-api.revision}</version>
|
||||
<scope>provided</scope><!-- only required for compilation with Java 11 or higher, but only used by Java 7 or below -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.bind</groupId>
|
||||
<artifactId>jaxb-impl</artifactId>
|
||||
<version>${jaxb-impl.revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.bind</groupId>
|
||||
<artifactId>jaxb-core</artifactId>
|
||||
<version>${jaxb-core.revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.activation</groupId>
|
||||
<artifactId>activation</artifactId>
|
||||
<version>${activation.revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jaxen</groupId>
|
||||
<artifactId>jaxen</artifactId>
|
||||
<version>${jaxen.revision}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
9
pom.xml
9
pom.xml
|
@ -86,15 +86,6 @@
|
|||
<revision>3.x</revision>
|
||||
<monitoring-engine.revision>3.0</monitoring-engine.revision>
|
||||
|
||||
<!-- 用于解析xml -->
|
||||
<jaxb-api.revision>2.4.0-b180830.0359</jaxb-api.revision>
|
||||
<jaxb-impl.revision>2.3.0</jaxb-impl.revision>
|
||||
<jaxb-core.revision>2.3.0</jaxb-core.revision>
|
||||
<activation.revision>1.1.1</activation.revision>
|
||||
<jaxen.revision>1.2.0</jaxen.revision>
|
||||
<jackson-dataformat-xml.version>2.17.2</jackson-dataformat-xml.version>
|
||||
<jackson-core.version>2.17.2</jackson-core.version>
|
||||
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
|
|
Loading…
Reference in New Issue