Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #296 from stephenc/monte-from-central
Use a Monte Screen Recorder from Central
  • Loading branch information
olivergondza committed Apr 17, 2017
2 parents 596bcc1 + f6ab9ea commit 5458942
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -32,7 +32,7 @@
<maven.version>3.1.0</maven.version>
<groovy.version>2.3.1</groovy.version>
<shrinkwrap.version>1.2.2</shrinkwrap.version>
<monte.version>0.7.7</monte.version>
<monte.version>0.7.7.0</monte.version>
<mockito.version>1.10.19</mockito.version>
<cucumber.options />
<trimStackTrace>false</trimStackTrace> <!-- surefire -->
Expand Down Expand Up @@ -188,8 +188,8 @@

<!-- recorder -->
<dependency>
<groupId>org.monte</groupId>
<artifactId>screen-recorder</artifactId>
<groupId>com.github.stephenc.monte</groupId>
<artifactId>monte-screen-recorder</artifactId>
<version>${monte.version}</version>
</dependency>
<!-- jclouds -->
Expand Down

0 comments on commit 5458942

Please sign in to comment.