Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit 1ed15e8

Browse files
authored
reorder dependencies for better transitive version selection (#140)
1 parent 9ece0da commit 1ed15e8

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

google-cloud-core/pom.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,10 @@
2020
</properties>
2121
<dependencies>
2222
<dependency>
23-
<groupId>junit</groupId>
24-
<artifactId>junit</artifactId>
25-
<scope>test</scope>
26-
</dependency>
27-
<dependency>
28-
<groupId>org.easymock</groupId>
29-
<artifactId>easymock</artifactId>
30-
<scope>test</scope>
31-
</dependency>
32-
<dependency>
33-
<groupId>org.objenesis</groupId>
34-
<artifactId>objenesis</artifactId>
35-
<scope>test</scope>
23+
<groupId>com.google.guava</groupId>
24+
<artifactId>guava</artifactId>
3625
</dependency>
37-
<dependency>
26+
<dependency>
3827
<groupId>com.google.api</groupId>
3928
<artifactId>gax</artifactId>
4029
</dependency>
@@ -78,11 +67,22 @@
7867
<groupId>com.google.protobuf</groupId>
7968
<artifactId>protobuf-java</artifactId>
8069
</dependency>
70+
8171
<dependency>
82-
<groupId>com.google.guava</groupId>
83-
<artifactId>guava</artifactId>
72+
<groupId>junit</groupId>
73+
<artifactId>junit</artifactId>
74+
<scope>test</scope>
75+
</dependency>
76+
<dependency>
77+
<groupId>org.easymock</groupId>
78+
<artifactId>easymock</artifactId>
79+
<scope>test</scope>
80+
</dependency>
81+
<dependency>
82+
<groupId>org.objenesis</groupId>
83+
<artifactId>objenesis</artifactId>
84+
<scope>test</scope>
8485
</dependency>
85-
8686
<dependency>
8787
<groupId>com.google.truth</groupId>
8888
<artifactId>truth</artifactId>

0 commit comments

Comments
 (0)