Skip to content

Commit

Permalink
Don't compile or use native timer by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
jopereira committed Oct 11, 2015
1 parent b179cd6 commit 297a37c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions examples/pom.xml
Expand Up @@ -22,13 +22,6 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>minha-native-timer</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -12,7 +12,6 @@

<modules>
<module>runtime</module>
<module>timer</module>
<module>tools</module>
<module>examples</module>
</modules>
Expand Down
7 changes: 0 additions & 7 deletions tools/pom.xml
Expand Up @@ -22,13 +22,6 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>minha-native-timer</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
Expand Down

0 comments on commit 297a37c

Please sign in to comment.