[
https://issues.jboss.org/browse/JBIDE-26140?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-26140:
------------------------------------------
[~dgolovin] what version of the code did package? I am asking bcs the parent pom is
marking assertj and mockito with scope "testing", thus astonishing me that
you'd see it being packaged:
{code}
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito-core.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj-core.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
{code}
Remove unit testing related jars from SSP distribution
------------------------------------------------------
Key: JBIDE-26140
URL:
https://issues.jboss.org/browse/JBIDE-26140
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: stack-server-protocol
Reporter: Denis Golovin
Assignee: Rob Stryker
The size of zipped distribution is around 30MB. Could be less if unit test related jars
like hamcrest or assertj are not included.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)