Skip to content

Commit 2e36e0f

Browse files
committed
Disabling pack200 to see if that resolves the signing issue in the jenkins build
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
1 parent 63fd8aa commit 2e36e0f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>junit</groupId>
7878
<artifactId>junit</artifactId>
79-
<version>4.11</version>
79+
<version>${junit.version}</version>
8080
<scope>test</scope>
8181
</dependency>
8282
</dependencies>
@@ -149,7 +149,7 @@
149149
<artifactId>eclipse-jarsigner-plugin</artifactId>
150150
<version>1.1.4</version>
151151
</plugin>
152-
<plugin>
152+
<!--<plugin>
153153
<groupId>org.eclipse.tycho.extras</groupId>
154154
<artifactId>tycho-pack200a-plugin</artifactId>
155155
<version>${tycho.version}</version>
@@ -159,7 +159,7 @@
159159
<groupId>org.eclipse.tycho.extras</groupId>
160160
<artifactId>tycho-pack200b-plugin</artifactId>
161161
<version>${tycho.version}</version>
162-
</plugin>
162+
</plugin>-->
163163
<plugin>
164164
<groupId>org.eluder.coveralls</groupId>
165165
<artifactId>coveralls-maven-plugin</artifactId>

0 commit comments

Comments
 (0)