We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 139e117 + ae89a5c commit a61100bCopy full SHA for a61100b
1 file changed
pom.xml
@@ -57,7 +57,6 @@
57
<projectEmail>https://github.com/Commonjava/web-commons-bom</projectEmail>
58
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
59
<slf4j-version>2.0.17</slf4j-version>
60
- <weft-version>1.22</weft-version>
61
<webdav-version>3.2.0</webdav-version>
62
<!-- Note jackson-core/databind was published as 2.20.0 but annotations was 2.20 -->
63
<jackson-version>2.20</jackson-version>
@@ -75,12 +74,6 @@
75
74
76
<dependencyManagement>
77
<dependencies>
78
- <dependency>
79
- <groupId>org.commonjava.cdi.util</groupId>
80
- <artifactId>weft</artifactId>
81
- <version>${weft-version}</version>
82
- </dependency>
83
-
84
<dependency>
85
<groupId>org.commonjava.web</groupId>
86
<artifactId>webdav-handler-common</artifactId>
0 commit comments