Skip to content

Commit

Permalink
remove json-simple from pom
Browse files Browse the repository at this point in the history
  • Loading branch information
tsawada authored and AngledLuffa committed Apr 14, 2024
1 parent 5e57eab commit c5ba427
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
7 changes: 0 additions & 7 deletions doc/corenlp/pom-full.xml
Expand Up @@ -189,13 +189,6 @@
<version>2.4.0-b180830.0438</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple -->
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>

</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
7 changes: 0 additions & 7 deletions pom-java-11.xml
Expand Up @@ -187,13 +187,6 @@
<version>2.4.0-b180830.0438</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple -->
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>

</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
7 changes: 0 additions & 7 deletions pom-java-17.xml
Expand Up @@ -187,13 +187,6 @@
<version>2.4.0-b180830.0438</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple -->
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>

</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Expand Up @@ -189,13 +189,6 @@
<version>2.4.0-b180830.0438</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple -->
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>

</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down

0 comments on commit c5ba427

Please sign in to comment.