made tos p2 dep not use transitive deps and add complete set of deps in pom.

This commit is contained in:
Sebastien Gandon
2015-12-09 12:20:34 +01:00
parent 63eea05636
commit 58d5f2ef66
2 changed files with 24 additions and 1 deletions

View File

@@ -37,6 +37,29 @@
<artifactId>daikon</artifactId>
<version>0.3.0.BUILD-SNAPSHOT</version>
</dependency>
<!-- daikon dependencies-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.4.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.4.6</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.6</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.4</version>
</dependency>
<!-- end of daikon dependencies-->
<dependency>
<groupId>org.talend.components</groupId>
<artifactId>components-api</artifactId>

View File

@@ -61,7 +61,7 @@
</goals>
<configuration>
<outputDirectory>${project.build.directory}/p2/plugins</outputDirectory>
<!-- <excludeTransitive>true</excludeTransitive>-->
<excludeTransitive>true</excludeTransitive>
</configuration>
</execution>
</executions>