|
6 | 6 | <parent> |
7 | 7 | <groupId>org.exist-db</groupId> |
8 | 8 | <artifactId>exist-apps-parent</artifactId> |
9 | | - <version>1.9.1</version> |
| 9 | + <version>1.10.0</version> |
10 | 10 | <relativePath/> |
11 | 11 | </parent> |
12 | 12 |
|
|
62 | 62 | <project.build.target>1.8</project.build.target> |
63 | 63 |
|
64 | 64 | <exist.version>5.0.0</exist.version> |
65 | | - <node.version>v12.16.1</node.version> |
66 | | - <npm.version>6.14.1</npm.version> |
| 65 | + <node.version>v12.22.1</node.version> |
| 66 | + <npm.version>7.9.0</npm.version> |
| 67 | + <corenlp.version>3.9.2</corenlp.version> |
67 | 68 | <!-- See polymer-cli documentation --> |
68 | 69 | <browser.support>es5-bundled</browser.support> |
69 | 70 |
|
|
83 | 84 | <dependency> |
84 | 85 | <groupId>edu.stanford.nlp</groupId> |
85 | 86 | <artifactId>stanford-corenlp</artifactId> |
86 | | - <version>3.9.2</version> |
| 87 | + <version>${corenlp.version}</version> |
87 | 88 | </dependency> |
88 | 89 | <dependency> |
89 | 90 | <groupId>edu.stanford.nlp</groupId> |
90 | 91 | <artifactId>stanford-corenlp</artifactId> |
91 | | - <version>3.9.2</version> |
| 92 | + <version>${corenlp.version}</version> |
92 | 93 | <classifier>javadoc</classifier> |
93 | 94 | </dependency> |
94 | 95 | <dependency> |
95 | 96 | <groupId>edu.stanford.nlp</groupId> |
96 | 97 | <artifactId>stanford-corenlp</artifactId> |
97 | | - <version>3.9.2</version> |
| 98 | + <version>${corenlp.version}</version> |
98 | 99 | <classifier>sources</classifier> |
99 | 100 | </dependency> |
100 | 101 | <dependency> |
101 | 102 | <groupId>edu.stanford.nlp</groupId> |
102 | 103 | <artifactId>stanford-corenlp</artifactId> |
103 | | - <version>3.9.2</version> |
| 104 | + <version>${corenlp.version}</version> |
104 | 105 | <classifier>models</classifier> |
105 | 106 | </dependency> |
106 | 107 | <dependency> |
107 | 108 | <groupId>edu.stanford.nlp</groupId> |
108 | 109 | <artifactId>stanford-corenlp</artifactId> |
109 | | - <version>3.9.2</version> |
| 110 | + <version>${corenlp.version}</version> |
110 | 111 | <classifier>models-english</classifier> |
111 | 112 | </dependency> |
112 | 113 | <dependency> |
113 | 114 | <groupId>edu.stanford.nlp</groupId> |
114 | 115 | <artifactId>stanford-corenlp</artifactId> |
115 | | - <version>3.9.2</version> |
| 116 | + <version>${corenlp.version}</version> |
116 | 117 | <classifier>models-english-kbp</classifier> |
117 | 118 | </dependency> |
118 | 119 |
|
|
125 | 126 | <dependency> |
126 | 127 | <groupId>org.xmlunit</groupId> |
127 | 128 | <artifactId>xmlunit-core</artifactId> |
128 | | - <version>2.6.3</version> |
| 129 | + <version>2.8.2</version> |
129 | 130 | <scope>test</scope> |
130 | 131 | </dependency> |
131 | 132 |
|
|
173 | 174 | <plugins> |
174 | 175 | <plugin> |
175 | 176 | <artifactId>maven-resources-plugin</artifactId> |
176 | | - <version>3.1.0</version> |
| 177 | + <version>3.2.0</version> |
177 | 178 | <executions> |
178 | 179 | <execution> |
179 | 180 | <id>copy-compiled-polymer</id> |
|
231 | 232 | <phase>generate-resources</phase> |
232 | 233 | <!-- Optional configuration which provides for running any npm command --> |
233 | 234 | <configuration> |
234 | | - <arguments>ci</arguments> |
| 235 | + <arguments>i</arguments> |
235 | 236 | </configuration> |
236 | 237 | </execution> |
237 | 238 | <execution> |
|
273 | 274 | <plugin> |
274 | 275 | <groupId>ro.kuberam.maven.plugins</groupId> |
275 | 276 | <artifactId>kuberam-expath-plugin</artifactId> |
276 | | - <version>0.6.2</version> |
277 | 277 | <executions> |
278 | 278 | <execution> |
279 | 279 | <id>create-xar</id> |
|
335 | 335 | <pluginRepositories> |
336 | 336 | <pluginRepository> |
337 | 337 | <id>clojars.org</id> |
338 | | - <url>http://clojars.org/repo</url> |
| 338 | + <url>https://clojars.org/repo</url> |
339 | 339 | </pluginRepository> |
340 | 340 | </pluginRepositories> |
341 | 341 | </project> |
0 commit comments