We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1af896 commit c5ce958Copy full SHA for c5ce958
1 file changed
pom.xml
@@ -228,24 +228,6 @@ limitations under the License.
228
</roles>
229
</contributor>
230
</contributors>
231
- <!-- Codec only has test dependencies ATM -->
232
- <dependencyManagement>
233
- <dependencies>
234
- <dependency>
235
- <groupId>org.junit</groupId>
236
- <artifactId>junit-bom</artifactId>
237
- <version>${commons.junit.version}</version>
238
- <type>pom</type>
239
- <scope>import</scope>
240
- <exclusions>
241
- <exclusion>
242
- <groupId>org.hamcrest</groupId>
243
- <artifactId>hamcrest-core</artifactId>
244
- </exclusion>
245
- </exclusions>
246
- </dependency>
247
- </dependencies>
248
- </dependencyManagement>
249
<dependencies>
250
<dependency>
251
<groupId>org.apache.commons</groupId>
0 commit comments