|
40 | 40 | </pluginRepositories> |
41 | 41 | <dependencyManagement> |
42 | 42 | <dependencies> |
| 43 | + <!-- dependency versions available --> |
43 | 44 | <dependency> |
44 | 45 | <groupId>de.conterra.mapapps</groupId> |
45 | | - <artifactId>ct-mapapps</artifactId> |
| 46 | + <artifactId>ct-mapapps-js-bom</artifactId> |
46 | 47 | <version>${mapapps.version}</version> |
47 | 48 | <type>pom</type> |
48 | 49 | <scope>import</scope> |
49 | 50 | </dependency> |
50 | 51 | </dependencies> |
51 | 52 | </dependencyManagement> |
52 | 53 | <dependencies> |
53 | | - <!-- include for vue-devtools support --> |
| 54 | + <!-- include only if old intern test libs are required --> |
54 | 55 | <dependency> |
55 | | - <groupId>org.vuejs</groupId> |
56 | | - <artifactId>vue</artifactId> |
57 | | - <classifier>dev</classifier> |
58 | | - <scope>test</scope> |
59 | | - </dependency> |
60 | | - <dependency> |
61 | | - <groupId>org.vuetifyjs</groupId> |
62 | | - <artifactId>vuetify</artifactId> |
63 | | - <classifier>dev</classifier> |
64 | | - <scope>test</scope> |
65 | | - </dependency> |
66 | | - |
67 | | - <!-- test support libs --> |
68 | | - <dependency> |
69 | | - <groupId>de.conterra.jsrt</groupId> |
70 | | - <artifactId>ct-jsrt-test-intern</artifactId> |
71 | | - <version>${ct.jsrt-test.version}</version> |
72 | | - <scope>test</scope> |
73 | | - </dependency> |
74 | | - <dependency> |
75 | | - <groupId>de.conterra.jsrt</groupId> |
76 | | - <artifactId>ct-jsrt-test-uitest</artifactId> |
77 | | - <version>${ct.jsrt-test.version}</version> |
| 56 | + <groupId>de.conterra.mapapps</groupId> |
| 57 | + <artifactId>ct-mapapps-js-bom-dev-test</artifactId> |
| 58 | + <version>${mapapps.version}</version> |
| 59 | + <type>pom</type> |
78 | 60 | <scope>test</scope> |
79 | 61 | </dependency> |
80 | 62 | </dependencies> |
|
277 | 259 | <!-- unpack stylus files provided by beautify to map.apps themes --> |
278 | 260 | <groupId>org.vuetifyjs</groupId> |
279 | 261 | <artifactId>vuetify</artifactId> |
280 | | - <version>${vuetify.version}</version> |
281 | 262 | <classifier>dev</classifier> |
282 | 263 | <outputDirectory>${project.build.directory}/unpacked/layout</outputDirectory> |
283 | 264 | <includes>vuetify/stylus/**</includes> |
|
293 | 274 | </goals> |
294 | 275 | <configuration> |
295 | 276 | <outputDirectory>${project.build.directory}/bundle-imports</outputDirectory> |
| 277 | + <includeTypes>jar</includeTypes> |
| 278 | + <stripVersion>true</stripVersion> |
296 | 279 | </configuration> |
297 | 280 | </execution> |
298 | 281 | </executions> |
|
448 | 431 | <goal>deployAppTemplate</goal> |
449 | 432 | </goals> |
450 | 433 | <configuration> |
451 | | - <templateFile> |
452 | | - ${project.build.directory}/${project.artifactId}-sample-app.zip</templateFile> |
| 434 | + <templateFile>${project.build.directory}/${project.artifactId}-sample-app.zip</templateFile> |
453 | 435 | <templateResources> |
454 | 436 | <templateResource> |
455 | 437 | <directory>${js.build.outputPath}/apps/manager</directory> |
|
514 | 496 | <root.build.outputPath>${project.build.directory}/webapp</root.build.outputPath> |
515 | 497 | <js.build.outputPath>${root.build.outputPath}/js</js.build.outputPath> |
516 | 498 |
|
517 | | - <mapapps.version>4.18.1</mapapps.version> |
518 | | - <vuetify.version>1.5.30</vuetify.version> |
| 499 | + <mapapps.version>4.18.3</mapapps.version> |
519 | 500 | <!-- JS lib versions --> |
520 | 501 | <apprt.version>${mapapps.version}</apprt.version> |
| 502 | + |
521 | 503 | <!-- java lib versions --> |
522 | | - <ct.jsregistry.version>2.1.1</ct.jsregistry.version> |
523 | | - <ct.jsrt-test.version>2.0.2</ct.jsrt-test.version> |
| 504 | + <ct.jsregistry.version>2.1.3</ct.jsregistry.version> |
524 | 505 |
|
525 | 506 | <!-- the default app, replaced in the *.html files to switch app names--> |
526 | 507 | <default.app.name>manager</default.app.name> |
|
559 | 540 | <dependencies> |
560 | 541 | <dependency> |
561 | 542 | <groupId>de.conterra.mapapps</groupId> |
562 | | - <artifactId>ct-mapapps-js</artifactId> |
563 | | - <scope>test</scope> |
564 | | - </dependency> |
565 | | - <dependency> |
566 | | - <groupId>org.dojotoolkit</groupId> |
567 | | - <artifactId>dojo-release</artifactId> |
568 | | - <scope>test</scope> |
569 | | - </dependency> |
570 | | - <dependency> |
571 | | - <groupId>org.dojotoolkit</groupId> |
572 | | - <artifactId>dgrid</artifactId> |
573 | | - <scope>test</scope> |
574 | | - </dependency> |
575 | | - <dependency> |
576 | | - <groupId>org.dojotoolkit</groupId> |
577 | | - <artifactId>dstore</artifactId> |
578 | | - <scope>test</scope> |
579 | | - </dependency> |
580 | | - <dependency> |
581 | | - <groupId>com.esri.js</groupId> |
582 | | - <artifactId>ags-js-api4</artifactId> |
583 | | - <scope>test</scope> |
584 | | - </dependency> |
585 | | - <dependency> |
586 | | - <groupId>com.esri</groupId> |
587 | | - <artifactId>terraformer-js</artifactId> |
588 | | - <scope>test</scope> |
589 | | - </dependency> |
590 | | - <dependency> |
591 | | - <groupId>moment-js</groupId> |
592 | | - <artifactId>moment-js</artifactId> |
593 | | - <scope>test</scope> |
594 | | - </dependency> |
595 | | - <dependency> |
596 | | - <groupId>de.conterra.js</groupId> |
597 | | - <artifactId>apprt-polyfill</artifactId> |
598 | | - <scope>test</scope> |
599 | | - </dependency> |
600 | | - <dependency> |
601 | | - <groupId>de.conterra.js</groupId> |
602 | | - <artifactId>reactivity</artifactId> |
| 543 | + <artifactId>ct-mapapps-js-bom-dev</artifactId> |
| 544 | + <version>${mapapps.version}</version> |
| 545 | + <type>pom</type> |
603 | 546 | <scope>test</scope> |
604 | 547 | </dependency> |
605 | 548 | </dependencies> |
|
0 commit comments