Skip to content

Commit

Permalink
update version and make gson scope provided
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBkiNN committed Aug 9, 2024
1 parent 38136d0 commit e8bc127
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions .idea/runConfigurations/gson.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion indigodataio-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>xyz.bobkinn</groupId>
<artifactId>indigodataio-gson</artifactId>
<version>0.1.1</version>
<version>1.0.0</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand All @@ -24,6 +24,7 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down

0 comments on commit e8bc127

Please sign in to comment.