Skip to content

Commit

Permalink
Merge pull request #195 from flikka/minor-pom-changes
Browse files Browse the repository at this point in the history
Minor pom changes to fix server build:
- add common-langs dependency
- fix thrift path
  • Loading branch information
mpvartak committed Feb 18, 2017
2 parents 852ae63 + b8761a9 commit 54c3a06
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<artifactId>modeldb</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.5</version>
</dependency>
<dependency>
<scope>compile</scope>
<groupId>com.typesafe</groupId>
Expand Down Expand Up @@ -82,7 +87,7 @@
<artifactId>maven-thrift-plugin</artifactId>
<version>0.1.11</version>
<configuration>
<thriftExecutable>/usr/local/bin/thrift</thriftExecutable>
<thriftExecutable>thrift</thriftExecutable>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 54c3a06

Please sign in to comment.