Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Spector committed Jun 25, 2017
1 parent 96403d5 commit 9d22e29
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
10 changes: 5 additions & 5 deletions assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<fileSet>
<directory>target</directory>
<outputDirectory>.</outputDirectory>
<includes>
<include>*.jar</include>
<include>version.xml</include>
<include>lib/*.jar</include>
</includes>
<includes>
<include>*.jar</include>
<include>version.xml</include>
<include>lib/*.jar</include>
</includes>
</fileSet>
</fileSets>
</assembly>
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.6</maven.compiler.target>
<maven.compiler.source>1.6</maven.compiler.source>
<kettle.version>6.1.0.2-208</kettle.version>
<kafka.scala.version>2.10</kafka.scala.version>
<kafka.version>0.8.2.1</kafka.version>
<kettle.version>6.1.0.2-208</kettle.version>
<kafka.scala.version>2.10</kafka.scala.version>
<kafka.version>0.8.2.1</kafka.version>
<buildId>${maven.build.timestamp}</buildId>
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
</properties>
Expand Down Expand Up @@ -59,7 +59,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</exclusions>
</dependency>
<dependency>
<groupId>pentaho-kettle</groupId>
Expand All @@ -75,7 +75,6 @@
</dependency>
</dependencies>


<build>
<finalName>${project.artifactId}</finalName>
<resources>
Expand Down Expand Up @@ -109,8 +108,8 @@
<goal>copy-dependencies</goal>
</goals>
<configuration>
<excludeScope>provided</excludeScope>
<includeScope>runtime</includeScope>
<excludeScope>provided</excludeScope>
<includeScope>runtime</includeScope>
<outputDirectory>${project.build.directory}/lib</outputDirectory>
</configuration>
</execution>
Expand Down

0 comments on commit 9d22e29

Please sign in to comment.