Skip to content

Commit

Permalink
generated pom 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
magicprinc committed Oct 10, 2022
1 parent cc6cedb commit 968b6c6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>one.deltaf.json4jsoup</groupId>
<groupId>one.deltaf</groupId>
<artifactId>json4jsoup</artifactId>
<version>1.0</version>
<version>1.15</version>
<dependencies>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.14.2</version>
<version>1.15.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 968b6c6

Please sign in to comment.