Skip to content

Commit 33c2e60

Browse files
committed
Move hbase-client higher in dependency order. Defined project roles clearly. Jacoco plugin upgrade.
1 parent eab1602 commit 33c2e60

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

pom.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<name>Manu Manjunath</name>
3030
<email>manu(dot)m(dot)karnataki(at)gmail(dot)com</email>
3131
<roles>
32-
<role>design</role>
33-
<role>development</role>
32+
<role>Project Admin</role>
33+
<role>Committer</role>
3434
</roles>
3535
<organization>Flipkart</organization>
3636
<organizationUrl>https://www.flipkart.com</organizationUrl>
@@ -40,8 +40,7 @@
4040
<name>Shroff Amrith Nayak</name>
4141
<email>amrith92(plus)gh(at)gmail(dot)com</email>
4242
<roles>
43-
<role>design</role>
44-
<role>development</role>
43+
<role>Committer</role>
4544
</roles>
4645
<organization>Flipkart</organization>
4746
<organizationUrl>https://www.flipkart.com</organizationUrl>
@@ -78,16 +77,16 @@
7877
<artifactId>jackson-datatype-jsr310</artifactId>
7978
<version>${jackson-version}</version>
8079
</dependency>
81-
<dependency>
82-
<groupId>com.google.guava</groupId>
83-
<artifactId>guava</artifactId>
84-
<version>${version.guava}</version>
85-
</dependency>
8680
<dependency>
8781
<groupId>org.apache.hbase</groupId>
8882
<artifactId>hbase-client</artifactId>
8983
<version>${version.hbase}</version>
9084
</dependency>
85+
<dependency>
86+
<groupId>com.google.guava</groupId>
87+
<artifactId>guava</artifactId>
88+
<version>${version.guava}</version>
89+
</dependency>
9190
<!-- test dependencies -->
9291
<dependency>
9392
<groupId>org.projectlombok</groupId>
@@ -191,7 +190,7 @@
191190
<plugin>
192191
<groupId>org.jacoco</groupId>
193192
<artifactId>jacoco-maven-plugin</artifactId>
194-
<version>0.8.5</version>
193+
<version>0.8.6</version>
195194
<executions>
196195
<execution>
197196
<goals>

0 commit comments

Comments
 (0)