Skip to content

Commit 50cab90

Browse files
committed
mega-melt: exclude opencsv from version overrides
Because we have both net.sf.opencsv and com.opencsv groupIds. Fortunately, they have different package prefixes, so there is no clash at runtime -- as long as one of the JAR files is renamed... :-/
1 parent 0cfd6a3 commit 50cab90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ buildScriptBackup="$buildScript.original"
111111
echo &&
112112
printf 'Adjusting melting pot build script... ' &&
113113
mv "$buildScript" "$buildScriptBackup" &&
114-
awk '!/-D(annotations|antlr|jocl|kryo|minlog|trove4j)\.version/' "$buildScriptBackup" > "$buildScript" ||
114+
awk '!/-D(annotations|antlr|jocl|kryo|minlog|opencsv|trove4j)\.version/' "$buildScriptBackup" > "$buildScript" ||
115115
die 'Error adjusting melting pot build script!'
116116
echo 'Done!'
117117

0 commit comments

Comments
 (0)