Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit a839010

Browse files
paranjanbestbeforetoday
authored andcommitted
FABJ-475 Removed commented code to improve readability
Signed-off-by: Paritosh Ranjan <paranjan@in.ibm.com> Change-Id: Ia88cea89a5334dc4d6e5f0126bf75ba9f8e7b244
1 parent 9e12cec commit a839010

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,6 @@
154154
<version>${log4j.version}</version>
155155
</dependency>
156156

157-
158-
<!--<dependency>-->
159-
<!--<groupId>org.apache.logging.log4j</groupId>-->
160-
<!--<artifactId>log4j-core</artifactId>-->
161-
<!--<version>2.8.2</version>-->
162-
<!--</dependency>-->
163-
164-
165157
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
166158
<dependency>
167159
<groupId>org.apache.httpcomponents</groupId>
@@ -196,21 +188,6 @@
196188
<version>1.1.4</version>
197189
</dependency>
198190

199-
<!--&lt;!&ndash; https://mvnrepository.com/artifact/org.mortbay.jetty.alpn/jetty-alpn-agent &ndash;&gt;-->
200-
<!--<dependency>-->
201-
<!--<groupId>org.mortbay.jetty.alpn</groupId>-->
202-
<!--<artifactId>jetty-alpn-agent</artifactId>-->
203-
<!--<version>2.0.1</version>-->
204-
<!--</dependency>-->
205-
206-
<!-- https://mvnrepository.com/artifact/org.mortbay.jetty.alpn/alpn-boot -->
207-
<!--<dependency>-->
208-
<!--<groupId>org.mortbay.jetty.alpn</groupId>-->
209-
<!--<artifactId>alpn-boot</artifactId>-->
210-
<!--<version>${alpn-boot-version}</version>-->
211-
<!--</dependency>-->
212-
213-
214191
<!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml -->
215192
<dependency>
216193
<groupId>org.yaml</groupId>
@@ -278,9 +255,6 @@
278255
<include>**/${org.hyperledger.fabric.sdktest.ITSuite}</include>
279256
</includes>
280257
<skipITs>${skipITs}</skipITs>
281-
<!--<argLine>-->
282-
<!-- -Xbootclasspath/p:${settings.localRepository}/org/mortbay/jetty/alpn/alpn-boot/${alpn-boot-version}/alpn-boot-${alpn-boot-version}.jar-->
283-
<!--</argLine>-->
284258
</configuration>
285259
<executions>
286260
<execution>

0 commit comments

Comments
 (0)