summarylogtreecommitdiffstats
path: root/paths.patch
blob: d65faf10442fd03959ddca03db720e7d88c62184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff -u JSSConfig.cmake.orig JSSConfig.cmake
--- JSSConfig.cmake.orig	2019-02-11 14:16:24.950292057 -0500
+++ JSSConfig.cmake	2019-02-11 14:21:14.868566001 -0500
@@ -178,15 +178,15 @@
     # Find various JARs required by JSS build and test suite
     find_jar(
         SLF4J_API_JAR
-        NAMES api slf4j/api slf4j-api
+        NAMES api slf4j/api slf4j-api slf4j/slf4j-api
     )
     find_jar(
         CODEC_JAR
-        NAMES apache-commons-codec commons-codec
+        NAMES apache-commons-codec commons-codec commons-codec/commons-codec
     )
     find_jar(
         LANG_JAR
-        NAMES apache-commons-lang commons-lang
+        NAMES apache-commons-lang commons-lang commons-lang/commons-lang
     )
     find_jar(
         JAXB_JAR