mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 17:40:06 +02:00
Handle html entities in XML files
This commit is contained in:
@@ -0,0 +1 @@
|
||||
org.codehaus.plexus:plexus:1.0.4:compile
|
||||
@@ -616,6 +616,13 @@ object CentralTests extends TestSuite {
|
||||
}
|
||||
}
|
||||
|
||||
'entities - {
|
||||
'odash - resolutionCheck(
|
||||
Module("org.codehaus.plexus", "plexus"),
|
||||
"1.0.4"
|
||||
)
|
||||
}
|
||||
|
||||
'parentBeforeImports - {
|
||||
* - resolutionCheck(
|
||||
Module("org.kie", "kie-api"),
|
||||
|
||||
Reference in New Issue
Block a user