testFilterIntoLinkedList test uncommented; Maven dependencies update
This commit is contained in:
@@ -66,7 +66,6 @@ class CollectionTest() : TestCase() {
|
||||
assertEquals(arrayList("foo"), foo)
|
||||
}
|
||||
|
||||
/*
|
||||
fun testFilterIntoLinkedList() {
|
||||
// TODO would be nice to avoid the <String>
|
||||
val foo = data.filterTo(linkedList<String>()){it.startsWith("f")}
|
||||
@@ -81,7 +80,6 @@ class CollectionTest() : TestCase() {
|
||||
foo is LinkedList<String>
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
fun testFilterIntoSet() {
|
||||
// TODO would be nice to avoid the <String>
|
||||
|
||||
@@ -51,17 +51,17 @@
|
||||
<extension>
|
||||
<groupId>org.apache.maven.scm</groupId>
|
||||
<artifactId>maven-scm-provider-gitexe</artifactId>
|
||||
<version>1.3</version>
|
||||
<version>1.6</version>
|
||||
</extension>
|
||||
<extension>
|
||||
<groupId>org.apache.maven.scm</groupId>
|
||||
<artifactId>maven-scm-manager-plexus</artifactId>
|
||||
<version>1.3</version>
|
||||
<version>1.6</version>
|
||||
</extension>
|
||||
<extension>
|
||||
<groupId>org.kathrynhuxtable.maven.wagon</groupId>
|
||||
<groupId>com.github.stephenc.wagon</groupId>
|
||||
<artifactId>wagon-gitsite</artifactId>
|
||||
<version>0.3.1</version>
|
||||
<version>0.4.1</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
</build>
|
||||
|
||||
Reference in New Issue
Block a user