Skip to content

Commit

Permalink
Merge pull request #1267 from emeroad/master
Browse files Browse the repository at this point in the history
added build requirements
  • Loading branch information
emeroad committed Nov 27, 2015
2 parents bbba029 + e57494a commit 7b67fed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4</version>
<version>1.4.1</version>
<executions>
<execution>
<id>enforce-pinpoint-build-requirements</id>
Expand All @@ -780,6 +780,12 @@
</goals>
<configuration>
<rules>
<requireMavenVersion>
<version>3.2</version>
</requireMavenVersion>
<requireJavaVersion>
<version>1.7</version>
</requireJavaVersion>
<requireEnvironmentVariable>
<variableName>JAVA_6_HOME</variableName>
</requireEnvironmentVariable>
Expand Down

0 comments on commit 7b67fed

Please # to comment.