We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f429824 commit b0705e8Copy full SHA for b0705e8
2 files changed
.gitignore
@@ -21,3 +21,6 @@ buildNumber.properties
21
*.iml
22
23
/.vscode/
24
+red4j-data/
25
+**/cp.txt
26
+**.java.orig
pom.xml
@@ -65,6 +65,13 @@
65
<version>2.2.222</version>
66
<scope>test</scope>
67
</dependency>
68
+ <dependency>
69
+ <groupId>org.rediscover4j</groupId>
70
+ <artifactId>reDiscover4j</artifactId>
71
+ <version>0.0.1</version>
72
+ <scope>system</scope>
73
+ <systemPath>${env.RED4JCP}</systemPath>
74
+ </dependency>
75
</dependencies>
76
77
<developers>
0 commit comments