Skip to content

Commit

Permalink
Removed com.google.gag dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Willi Schönborn committed May 24, 2017
1 parent 0554ed1 commit a2e5a4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@
<artifactId>jsr305</artifactId>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>com.google.gag</groupId>
<artifactId>gag</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions src/test/java/org/zalando/fauxpas/EnforceCoverageTest.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
package org.zalando.fauxpas;

import com.google.gag.annotation.remark.Hack;
import com.google.gag.annotation.remark.OhNoYouDidnt;
import org.junit.jupiter.api.Test;
import org.junit.platform.runner.JUnitPlatform;
import org.junit.runner.RunWith;

@Hack
@OhNoYouDidnt
@RunWith(JUnitPlatform.class)
public final class EnforceCoverageTest {

Expand Down

0 comments on commit a2e5a4a

Please sign in to comment.