diff --git a/libraries/stdlib/test/CollectionTest.kt b/libraries/stdlib/test/CollectionTest.kt index 7e67ed888f9..d4a48566a14 100644 --- a/libraries/stdlib/test/CollectionTest.kt +++ b/libraries/stdlib/test/CollectionTest.kt @@ -66,7 +66,6 @@ class CollectionTest() : TestCase() { assertEquals(arrayList("foo"), foo) } - /* fun testFilterIntoLinkedList() { // TODO would be nice to avoid the val foo = data.filterTo(linkedList()){it.startsWith("f")} @@ -81,7 +80,6 @@ class CollectionTest() : TestCase() { foo is LinkedList } } - */ fun testFilterIntoSet() { // TODO would be nice to avoid the diff --git a/libraries/website/pom.xml b/libraries/website/pom.xml index 2c833685ea9..47f951cfda4 100644 --- a/libraries/website/pom.xml +++ b/libraries/website/pom.xml @@ -51,17 +51,17 @@ org.apache.maven.scm maven-scm-provider-gitexe - 1.3 + 1.6 org.apache.maven.scm maven-scm-manager-plexus - 1.3 + 1.6 - org.kathrynhuxtable.maven.wagon + com.github.stephenc.wagon wagon-gitsite - 0.3.1 + 0.4.1