diff options
Diffstat (limited to 'clformat')
| -rw-r--r-- | clformat/.classpath | 11 | ||||
| -rw-r--r-- | clformat/src/main/java/module-info.java | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/clformat/.classpath b/clformat/.classpath index 9dab56c..2249687 100644 --- a/clformat/.classpath +++ b/clformat/.classpath @@ -26,6 +26,17 @@ <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <attributes> <attribute name="maven.pomderived" value="true"/> + <attribute name="module" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="lib" path="C:/Users/bjcul/.m2/repository/junit/junit/4.12/junit-4.12.jar" sourcepath="C:/Users/bjcul/.m2/repository/junit/junit/4.12/junit-4.12-sources.jar"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + <attribute name="module" value="true"/> + <attribute name="maven.groupId" value="junit"/> + <attribute name="maven.artifactId" value="junit"/> + <attribute name="maven.version" value="4.12"/> + <attribute name="maven.scope" value="compile"/> </attributes> </classpathentry> <classpathentry kind="output" path="target/classes"/> diff --git a/clformat/src/main/java/module-info.java b/clformat/src/main/java/module-info.java index 286a26c..d32a9a7 100644 --- a/clformat/src/main/java/module-info.java +++ b/clformat/src/main/java/module-info.java @@ -6,4 +6,5 @@ module clformat { requires bjc.utils; requires esodata; requires inflexion; + requires junit; }
\ No newline at end of file |
