Add lfs libraries to scripts for upload to Maven central

Change-Id: I13d78fd57421cca32a965af37cc9571e77448e31
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
diff --git a/tools/maven-central/deploy.rb b/tools/maven-central/deploy.rb
index 8e7adc8..2744e77 100755
--- a/tools/maven-central/deploy.rb
+++ b/tools/maven-central/deploy.rb
@@ -55,6 +55,8 @@
              group + '.http.server',
              group + '.junit',
              group + '.junit.http',
+             group + '.lfs',
+             group + '.lfs.server',
              group + '.pgm',
              group + '.ui']
 
diff --git a/tools/maven-central/download.rb b/tools/maven-central/download.rb
index b7ea215..b6c2671 100755
--- a/tools/maven-central/download.rb
+++ b/tools/maven-central/download.rb
@@ -15,6 +15,8 @@
              group + '.http.server',
              group + '.junit',
              group + '.junit.http',
+             group + '.lfs',
+             group + '.lfs.server',
              group + '.pgm',
              group + '.ui']