Total number of changed sets: 1
Total commits: 2
Total number of files changed: 1
| Timestamp | Author | Details |
|---|---|---|
| 2023-11-11 20:40:25 | Jegors Čemisovs <jegors_cemisovs@epam.com> | exercism-forth/pom.xml v 8f3740ecac0c2721586024212509440f1caf875a Adding dependencies and test cases, updating pom.xml Added junit and mockito as dependencies in legacy-forth/pom.xml for testing. Removed redundant compiler properties in exercism-forth/pom.xml. Unnecessary entries that were duplicated in the main pom.xml are removed for simplicity. Changes in main pom also include updated properties for better organization and removed redundant elements from the 'jacoco' plugin. Newly introduced tests will ensure correct functionality of ForthEvaluator. |
| 2023-11-05 17:31:49 | Jegors Čemisovs <jegors_cemisovs@epam.com> | exercism-forth/pom.xml v 79720f44e6a63ea5c122d045192cbe770861af5d Add pom.xml for Maven configuration Introduced pom.xml file to add Maven build specification for 'exercism-forth' project. This includes basic metadata like modelVersion, groupId, artifactId, version, and configuration for source compatibility. This will ensure consistent project setup and facilitate accurate dependency resolution across different environments. |