Skip to content

Commit 17cd3bf

Browse files
committed
Move nekohtml to maven dependency
1 parent 4e0136e commit 17cd3bf

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

releng/org.eclipse.linuxtools.target/linuxtools-latest.target

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
<unit id="com.github.jnr.x86asm" version="1.0.2.v20230715-0746"/>
88
<unit id="com.github.jnr.jffi.native" version="1.3.15.v20260401-1000"/>
99
<unit id="org.aopalliance" version="1.0.0.v20230720-0728"/>
10-
<unit id="org.codelibs.nekohtml" version="3.0.3"/>
11-
<unit id="org.codelibs.nekohtml.source" version="3.0.3"/>
1210
<unit id="org.apache.httpcomponents.httpclient" version="4.5.14" />
1311
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/latest"/>
1412
</location>
@@ -269,6 +267,12 @@
269267
<version>1.1.0</version>
270268
<type>jar</type>
271269
</dependency>
270+
<dependency>
271+
<groupId>org.codelibs</groupId>
272+
<artifactId>nekohtml</artifactId>
273+
<version>3.0.3</version>
274+
<type>jar</type>
275+
</dependency>
272276
</dependencies>
273277
</location>
274278
</locations>

0 commit comments

Comments
 (0)