Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.

Commit

Permalink
Adding twitter maven repo and maven compiler plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuanz committed Nov 21, 2015
1 parent 4065a5b commit 283d0a0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Expand Up @@ -22,6 +22,12 @@
<properties>
<skipAssembly>false</skipAssembly>
</properties>
<repositories>
<repository>
<id>twitter-twttr</id>
<url>http://maven.twttr.com/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>redis.clients</groupId>
Expand Down Expand Up @@ -314,6 +320,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit 283d0a0

Please sign in to comment.