Skip to content

Commit b0705e8

Browse files
committed
add to .gitignore and pom.xml
1 parent f429824 commit b0705e8

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ buildNumber.properties
2121
*.iml
2222

2323
/.vscode/
24+
red4j-data/
25+
**/cp.txt
26+
**.java.orig

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@
6565
<version>2.2.222</version>
6666
<scope>test</scope>
6767
</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>
6875
</dependencies>
6976

7077
<developers>

0 commit comments

Comments
 (0)