Skip to content

Commit

Permalink
correcting the package and deprecated goal
Browse files Browse the repository at this point in the history
# Conflicts:
#	test-integration/db/pom.xml
  • Loading branch information
shawkins committed Sep 4, 2018
1 parent 1183a6d commit 489bad1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package org.teiid.translator;
package org.teiid.translator.logger;

import java.lang.reflect.InvocationHandler;
import java.lang.reflect.InvocationTargetException;
Expand All @@ -33,6 +33,7 @@
import org.teiid.logging.LogManager;
import org.teiid.logging.MessageLevel;
import org.teiid.metadata.RuntimeMetadata;
import org.teiid.translator.*;

/**
* Demonstrates the delegating translator pattern to add low level logging.
Expand Down
4 changes: 2 additions & 2 deletions test-integration/db/pom.xml
Expand Up @@ -184,7 +184,7 @@
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>attached</goal>
<goal>single</goal>
</goals>
</execution>
</executions>
Expand Down Expand Up @@ -502,7 +502,7 @@
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>attached</goal>
<goal>single</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 489bad1

Please sign in to comment.