Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9af0021

Browse files
committed
Shadowing and package change
1 parent 5edef7a commit 9af0021

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

pom.xml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,24 @@
122122
</plugins>
123123
</build>
124124
<dependencies>
125+
<dependency>
126+
<groupId>com.fasterxml.jackson.core</groupId>
127+
<artifactId>jackson-databind</artifactId>
128+
<version>2.2.3</version>
129+
</dependency>
130+
131+
<dependency>
132+
<groupId>com.squareup.okhttp</groupId>
133+
<artifactId>okhttp-urlconnection</artifactId>
134+
<version>2.7.5</version>
135+
<optional>true</optional>
136+
</dependency>
137+
125138
<dependency>
126139
<groupId>org.jetbrains</groupId>
127140
<artifactId>annotations</artifactId>
128141
<version>15.0</version>
142+
<optional>true</optional>
129143
</dependency>
130144

131145
<dependency>
@@ -134,23 +148,14 @@
134148
<version>4.11</version>
135149
<scope>test</scope>
136150
</dependency>
137-
<dependency>
138-
<groupId>com.fasterxml.jackson.core</groupId>
139-
<artifactId>jackson-databind</artifactId>
140-
<version>2.2.3</version>
141-
</dependency>
151+
142152
<dependency>
143153
<groupId>org.eclipse.jgit</groupId>
144154
<artifactId>org.eclipse.jgit</artifactId>
145155
<version>4.8.0.201706111038-r</version>
146156
<scope>test</scope>
147157
</dependency>
148-
<dependency>
149-
<groupId>com.squareup.okhttp</groupId>
150-
<artifactId>okhttp-urlconnection</artifactId>
151-
<version>2.7.5</version>
152-
<optional>true</optional>
153-
</dependency>
158+
154159
<dependency>
155160
<groupId>org.kohsuke</groupId>
156161
<artifactId>wordnet-random-name</artifactId>

0 commit comments

Comments
 (0)