Skip to content

Commit 5421821

Browse files
Utils update
1 parent 0c1f51a commit 5421821

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,24 +104,28 @@
104104
<version>${contentstack-utils-version}</version>
105105
<scope>compile</scope>
106106
</dependency>
107+
107108
<dependency>
108109
<groupId>org.json</groupId>
109110
<artifactId>json</artifactId>
110111
<version>${json-version}</version>
111112
<scope>compile</scope>
112113
</dependency>
114+
113115
<dependency>
114116
<groupId>io.github.cdimascio</groupId>
115117
<artifactId>dotenv-java</artifactId>
116118
<version>${dotenv-source.version}</version>
117-
<scope>runtime</scope>
119+
<!-- <scope>runtime</scope>-->
118120
</dependency>
121+
119122
<dependency>
120123
<groupId>io.reactivex.rxjava3</groupId>
121124
<artifactId>rxjava</artifactId>
122125
<version>${rxjava-source.version}</version>
123126
<scope>compile</scope>
124127
</dependency>
128+
125129
<dependency>
126130
<groupId>com.squareup.retrofit2</groupId>
127131
<artifactId>retrofit</artifactId>
File renamed without changes.

0 commit comments

Comments
 (0)