Skip to content

Commit

Permalink
Inline org.json
Browse files Browse the repository at this point in the history
  • Loading branch information
seime committed Feb 14, 2023
1 parent 5719054 commit bcbecbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bundles/org.openhab.binding.august/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20180813</version>
<scope>provided</scope>
<scope>compile</scope>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-core/2.12.7</bundle>
<bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-databind/2.12.7.1</bundle>
<bundle dependency="true">mvn:com.google.code.gson/gson/2.8.9</bundle>
<bundle dependency="true">mvn:org.json/json/20180813</bundle>

<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.august/${project.version}</bundle>

Expand Down

0 comments on commit bcbecbf

Please sign in to comment.