Skip to content

Commit 9a76499

Browse files
committed
🔧 Ajout dependence Jsoup
1 parent 36ea08e commit 9a76499

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
54
<modelVersion>4.0.0</modelVersion>
65

76
<groupId>com.github.devlab-umontp</groupId>
@@ -42,9 +41,10 @@
4241
<scope>test</scope>
4342
</dependency>
4443
<dependency>
45-
<groupId>org.mnode.ical4j</groupId>
46-
<artifactId>ical4j</artifactId>
47-
<version>1.0.2</version>
44+
<!-- jsoup HTML parser library @ https://jsoup.org/ -->
45+
<groupId>org.jsoup</groupId>
46+
<artifactId>jsoup</artifactId>
47+
<version>1.13.1</version>
4848
</dependency>
4949
</dependencies>
5050

0 commit comments

Comments
 (0)