Skip to content

Commit

Permalink
Revert "Bundle Mockito dependency"
Browse files Browse the repository at this point in the history
This reverts commit 31761e5.
  • Loading branch information
qqilihq committed Aug 6, 2024
1 parent 31761e5 commit cc97c3e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 36 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ target/
nodeDocumentation.json
portDocumentation.json
splashIcons.json
migrations.json
.tycho-consumer-pom.xml
lib-download/
9 changes: 3 additions & 6 deletions application/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,5.0.0)",
org.knime.product;bundle-version="[5.3.0,6.0.0)",
org.apache.log4j;bundle-version="[1.2.0,2.0.0)",
com.google.gson;bundle-version="[2.8.6,3.0.0)",
org.knime.workflow.migration;bundle-version="[5.3.0,6.0.0)"
Bundle-ClassPath: .,
lib-download/mockito-core.jar,
lib-download/byte-buddy.jar,
lib-download/byte-buddy-agent.jar,
lib-download/objenesis.jar
org.knime.workflow.migration;bundle-version="[5.3.0,6.0.0)",
org.mockito.mockito-core;bundle-version="[2.28.2,3.0.0)"
Bundle-ClassPath: .
Bundle-ActivationPolicy: lazy
6 changes: 1 addition & 5 deletions application/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@ source.. = src/,\
bin.includes = META-INF/,\
.,\
plugin.xml,\
resources/,\
lib-download/mockito-core.jar,\
lib-download/byte-buddy.jar,\
lib-download/byte-buddy-agent.jar,\
lib-download/objenesis.jar
resources/
23 changes: 0 additions & 23 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,4 @@
<version>1.14.1-SNAPSHOT</version>
</parent>

<build>
<plugins>
<plugin>
<groupId>de.philippkatz.maven.plugins</groupId>
<artifactId>dependency-resolver-plugin</artifactId>
<version>2.0.0</version>
<configuration>
<dependencies>
<dependency>org.mockito:mockito-core:5.12.0</dependency>
</dependencies>
</configuration>
<executions>
<execution>
<phase>initialize</phase>
<goals>
<goal>resolve-dependencies</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>

0 comments on commit cc97c3e

Please sign in to comment.