Skip to content

Commit 71eff1e

Browse files
Merge pull request #104 from data-integrations/remove-unused-dep
Remove unused okhttp3 dep from servicenow plugin
2 parents 4dbb964 + a8611a7 commit 71eff1e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>io.cdap.plugin</groupId>
2222
<artifactId>servicenow-plugins</artifactId>
23-
<version>1.2.0-SNAPSHOT</version>
23+
<version>1.3.0-SNAPSHOT</version>
2424
<name>ServiceNow Plugins</name>
2525
<packaging>jar</packaging>
2626
<description>Plugins for ServiceNow</description>
@@ -71,7 +71,6 @@
7171
<testSourceLocation>${project.basedir}/src/test/java/</testSourceLocation>
7272
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7373
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
74-
<okhttp3.version>4.9.1</okhttp3.version>
7574
</properties>
7675

7776
<repositories>
@@ -271,11 +270,6 @@
271270
<artifactId>logback-classic</artifactId>
272271
<version>1.2.8</version>
273272
</dependency>
274-
<dependency>
275-
<groupId>com.squareup.okhttp3</groupId>
276-
<artifactId>okhttp</artifactId>
277-
<version>${okhttp3.version}</version>
278-
</dependency>
279273
</dependencies>
280274

281275
<build>

0 commit comments

Comments
 (0)