We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8853b0b commit 451f0ffCopy full SHA for 451f0ff
1 file changed
pom.xml
@@ -66,7 +66,6 @@
66
<xjc.guava.plugin.version>0.3.1</xjc.guava.plugin.version>
67
68
<!-- Other dependencies versions -->
69
- <slf4j.version>1.7.32</slf4j.version>
70
<commons-lang3.version>3.12.0</commons-lang3.version>
71
72
<!-- Unit test frameworks versions -->
@@ -150,15 +149,6 @@
150
149
</dependencies>
151
152
<build>
153
- <extensions>
154
- <!-- maven3 will need wagon-ssh extension in order to be able to release,
155
- Using external variant in order to retain keys, etc -->
156
- <extension>
157
- <groupId>org.apache.maven.wagon</groupId>
158
- <artifactId>wagon-ssh-external</artifactId>
159
- <version>2.10</version>
160
- </extension>
161
- </extensions>
162
<pluginManagement>
163
<plugins>
164
<plugin>
0 commit comments