Skip to content

Commit e9a4029

Browse files
committed
Update build.gradle
Wir nehmen einfach immer die Latest Versions, solange das gut geht...
1 parent 2c42821 commit e9a4029

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

build.gradle

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,15 @@ subprojects {
1515
}
1616

1717
ext.libraryVersions = [
18-
log4j: '2.0-rc1',
19-
watchmaker: '0.7.1',
20-
uncommonsMath: '1.2.2',
21-
guava: '16.0.1',
22-
googleCollections: '1.0-rc2'
18+
log4j: '+',
19+
watchmaker: '+',
20+
uncommonsMath: '+',
21+
guava: '+',
22+
googleCollections: '+',
23+
xstream: '+',
24+
xmlpull: '+',
25+
xpp3: '+',
26+
jettison: '+',
27+
staxapi: '+'
2328
]
2429
}

0 commit comments

Comments
 (0)