comment out dependencies whose code is within the bytecode-viewer source tree

This commit is contained in:
Frank Dietrich 2016-05-22 17:54:15 +02:00
parent 72481c95f4
commit 7be4192dcb

View file

@ -73,7 +73,8 @@
</repositories>
<dependencies>
<dependency>
<!-- the library source is within bytecode-viewer source, should be moved out there -->
<!-- <dependency>
<groupId>org.imgscalr</groupId>
<artifactId>imgscalr-lib</artifactId>
<version>4.2</version>
@ -87,7 +88,7 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
</dependency>
</dependency>-->
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
@ -118,11 +119,11 @@
<artifactId>isoparser</artifactId>
<version>1.1.9</version>
</dependency>
<dependency>
<!-- <dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-all</artifactId>
<version>5.0.4</version>
</dependency>
</dependency>-->
<dependency>
<groupId>org.zeroturnaround</groupId>
<artifactId>zt-zip</artifactId>