Repository: flink
Updated Branches:
  refs/heads/master 5050f9119 -> b2fc8b427


[FLINK-8595] [table] Include table source factory services in flink-table jar


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b2fc8b42
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/b2fc8b42
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/b2fc8b42

Branch: refs/heads/master
Commit: b2fc8b427eb03a40df232f481c908eb7bf48b7b8
Parents: 5050f91
Author: twalthr <[email protected]>
Authored: Wed Feb 7 15:39:58 2018 +0100
Committer: twalthr <[email protected]>
Committed: Wed Feb 7 15:39:58 2018 +0100

----------------------------------------------------------------------
 flink-libraries/flink-table/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/b2fc8b42/flink-libraries/flink-table/pom.xml
----------------------------------------------------------------------
diff --git a/flink-libraries/flink-table/pom.xml 
b/flink-libraries/flink-table/pom.xml
index 4bc5072..f336037 100644
--- a/flink-libraries/flink-table/pom.xml
+++ b/flink-libraries/flink-table/pom.xml
@@ -242,7 +242,7 @@ under the License.
                                                                                
<exclude>META-INF/*.SF</exclude>
                                                                                
<exclude>META-INF/*.DSA</exclude>
                                                                                
<exclude>META-INF/*.RSA</exclude>
-                                                                               
<exclude>META-INF/services/**</exclude>
+                                                                               
<exclude>META-INF/services/java.sql.Driver</exclude>
                                                                                
<exclude>properties.dtd</exclude>
                                                                                
<exclude>PropertyList-1.0.dtd</exclude>
                                                                                
<exclude>digesterRules.xml</exclude>

Reply via email to