File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<groupId >pl.koder95</groupId >
8
- <artifactId >Interpreter </artifactId >
8
+ <artifactId >interpreter </artifactId >
9
9
<version >1.0-SNAPSHOT</version >
10
+ <name >Interpreter by Koder95</name >
10
11
<description >Universal implementation of the Interpreter Design Pattern.</description >
11
12
<url >https://github.com/koder95/Interpreter</url >
12
13
<scm >
55
56
<nexusUrl >https://oss.sonatype.org/</nexusUrl >
56
57
<autoReleaseAfterClose >true</autoReleaseAfterClose >
57
58
</configuration >
59
+ <dependencies >
60
+ <dependency >
61
+ <groupId >com.thoughtworks.xstream</groupId >
62
+ <artifactId >xstream</artifactId >
63
+ <version >1.4.15</version > <!-- apparently this needs to be exactly this version -->
64
+ </dependency >
65
+ </dependencies >
58
66
</plugin >
59
67
<plugin >
60
68
<groupId >org.apache.maven.plugins</groupId >
101
109
</execution >
102
110
</executions >
103
111
</plugin >
104
- <plugin >
105
- <groupId >org.apache.maven.plugins</groupId >
106
- <artifactId >maven-surefire-plugin</artifactId >
107
- <version >3.2.2</version >
108
- <configuration >
109
- <argLine >
110
- --add-opens java.base/java.lang=ALL-UNNAMED
111
- --add-opens java.base/java.util=ALL-UNNAMED
112
- </argLine >
113
- </configuration >
114
- </plugin >
115
112
</plugins >
116
113
</build >
117
114
</project >
You can’t perform that action at this time.
0 commit comments