Skip to content

Commit

Permalink
Merge pull request pentaho#803 from pavel-sakun/BACKLOG-12329
Browse files Browse the repository at this point in the history
[BACKLOG-12329] There is no connection to Pentaho Data Services in Schema Workbench in 7.1-QAT pentaho#66 build but it used to be in 7.0
  • Loading branch information
mkambol authored Jan 6, 2017
2 parents 7e9dc11 + 08be076 commit 76993fd
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion assemblies/psw-ce/src/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@
<includes>
<include>*:*:jar</include>
</includes>
<excludes>
<exclude>*:pdi-dataservice-client-plugin:jar</exclude>
</excludes>
</dependencySet>
<dependencySet>
<outputDirectory>schema-workbench/plugins</outputDirectory>
<scope>runtime</scope>
<useTransitiveDependencies>true</useTransitiveDependencies>
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
<includes>
<include>*:pdi-dataservice-client-plugin:jar</include>
</includes>
</dependencySet>
</dependencySets>
</assembly>
</assembly>

0 comments on commit 76993fd

Please sign in to comment.