Skip to content

Commit

Permalink
[ARQ-1947] Add hamcrest-core packages to Export-Package
Browse files Browse the repository at this point in the history
  • Loading branch information
osmman authored and Thomas Diesler committed Jun 24, 2015
1 parent b0c9a8d commit 871a878
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bundle/pom.xml
Expand Up @@ -127,6 +127,8 @@
org.junit.runners.model;version=${version.junit},
org.junit;version=${version.junit},
org.junit.rules;version=${version.junit},
org.hamcrest;version=${version.hamcrest-core},
org.hamcrest.core;version=${version.hamcrest-core}
</_exportcontents>
</instructions>
</configuration>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -38,6 +38,7 @@
<version.jboss.shrinkwrap>1.1.2</version.jboss.shrinkwrap>
<version.jboss.shrinkwrap.resolver>2.0.0</version.jboss.shrinkwrap.resolver>
<version.junit>4.11</version.junit>
<version.hamcrest-core>1.3</version.hamcrest-core>
<version.mockito>1.8.4</version.mockito>
<version.osgi>5.0.0</version.osgi>
<version.slf4j>1.5.11</version.slf4j>
Expand Down

0 comments on commit 871a878

Please sign in to comment.