diff --git a/pom.xml b/pom.xml
index 192455e..2f5887a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,14 +2,19 @@
4.0.0
+
+ kettle-beam
+ kettle-beam
+ Kettle Beam
+ Kettle runtime plugins for Apache Beam
+ 1.0.1-SNAPSHOT
+
org.pentaho
pentaho-ce-jar-parent-pom
8.2.0.7-719
- kettle-beam
- ${project.artifactId}
- Kettle runtime plugins for Apache Beam
+
Apache License, version 2.0
@@ -22,8 +27,8 @@
8.2.0.0-342
1.9.5
4.4
- 2.16.0
- 1.0.0-SNAPSHOT
+ 2.18.0
+ 1.0.1-SNAPSHOT
2.4.3
@@ -78,7 +83,7 @@
org.apache.beam
beam-runners-flink_2.11
- ${apache-beam-version}
+ 2.16.0
org.apache.beam
@@ -258,7 +263,7 @@
org.apache.beam
beam-runners-flink_2.11
- ${apache-beam-version}
+ 2.16.0
org.apache.beam
@@ -349,7 +354,4 @@
-
- kettle-beam
- 1.0.0-SNAPSHOT
\ No newline at end of file
diff --git a/src/main/java/org/kettle/beam/core/BeamKettle.java b/src/main/java/org/kettle/beam/core/BeamKettle.java
index 0099d02..8902739 100644
--- a/src/main/java/org/kettle/beam/core/BeamKettle.java
+++ b/src/main/java/org/kettle/beam/core/BeamKettle.java
@@ -38,7 +38,7 @@ public static final void init( List stepPluginClasses, List xpPl
XMLHandlerCache.getInstance();
- LOG.info( "Registering " + stepPluginClasses.size() + " extra step plugins, and " + xpPluginClasses.size() + " XP plugins" );
+ // LOG.info( "Registering " + stepPluginClasses.size() + " extra step plugins, and " + xpPluginClasses.size() + " XP plugins" );
// Register extra classes from the plugins...
// If they're already in the classpath, this should be fast.
@@ -57,7 +57,7 @@ public static final void init( List stepPluginClasses, List xpPl
// The plugin class is already in the classpath so we simply call Class.forName() on it.
//
- LOG.info( "Registering step plugin class: " + stepPluginClass );
+ // LOG.info( "Registering step plugin class: " + stepPluginClass );
stepPluginType.handlePluginAnnotation( stepPluginClass, annotation, new ArrayList(), true, null );
} else {
LOG.debug( "Plugin " + stepPluginClassName + " is already registered" );
@@ -81,7 +81,7 @@ public static final void init( List stepPluginClasses, List xpPl
// The plugin class is already in the classpath so we simply call Class.forName() on it.
//
- LOG.info( "Registering step plugin class: " + xpPluginClass );
+ // LOG.info( "Registering step plugin class: " + xpPluginClass );
xpPluginType.handlePluginAnnotation( xpPluginClass, annotation, new ArrayList(), true, null );
} else {
LOG.debug( "Plugin " + xpPluginClassName + " is already registered" );