|
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> |
|
512 | 495 | <root.build.outputPath>${project.build.directory}/webapp</root.build.outputPath> |
513 | 496 | <js.build.outputPath>${root.build.outputPath}/js</js.build.outputPath> |
514 | 497 |
|
515 | | - <mapapps.version>4.18.1</mapapps.version> |
516 | | - <vuetify.version>1.5.30</vuetify.version> |
| 498 | + <mapapps.version>4.18.3</mapapps.version> |
517 | 499 | <!-- JS lib versions --> |
518 | 500 | <apprt.version>${mapapps.version}</apprt.version> |
| 501 | + |
519 | 502 | <!-- java lib versions --> |
520 | | - <ct.jsregistry.version>2.1.1</ct.jsregistry.version> |
521 | | - <ct.jsrt-test.version>2.0.2</ct.jsrt-test.version> |
| 503 | + <ct.jsregistry.version>2.1.3</ct.jsregistry.version> |
522 | 504 |
|
523 | 505 | <!-- the default app, replaced in the *.html files to switch app names--> |
524 | 506 | <default.app.name>sample</default.app.name> |
|
547 | 529 | required --> |
548 | 530 | <mapapps.useChunkedRequestEncoding>true</mapapps.useChunkedRequestEncoding> |
549 | 531 | <!-- enable this if "upload" profile should only deploy bundles --> |
550 | | - <skip.apps.upload>false</skip.apps.upload> |
| 532 | + <skip.apps.upload>true</skip.apps.upload> |
551 | 533 | <!-- enable this if "upload" profile should pre-optimize apps --> |
552 | 534 | <triggerPreOptimization>false</triggerPreOptimization> |
553 | 535 | </properties> |
|
557 | 539 | <dependencies> |
558 | 540 | <dependency> |
559 | 541 | <groupId>de.conterra.mapapps</groupId> |
560 | | - <artifactId>ct-mapapps-js</artifactId> |
561 | | - <scope>test</scope> |
562 | | - </dependency> |
563 | | - <dependency> |
564 | | - <groupId>org.dojotoolkit</groupId> |
565 | | - <artifactId>dojo-release</artifactId> |
566 | | - <scope>test</scope> |
567 | | - </dependency> |
568 | | - <dependency> |
569 | | - <groupId>org.dojotoolkit</groupId> |
570 | | - <artifactId>dgrid</artifactId> |
571 | | - <scope>test</scope> |
572 | | - </dependency> |
573 | | - <dependency> |
574 | | - <groupId>org.dojotoolkit</groupId> |
575 | | - <artifactId>dstore</artifactId> |
576 | | - <scope>test</scope> |
577 | | - </dependency> |
578 | | - <dependency> |
579 | | - <groupId>com.esri.js</groupId> |
580 | | - <artifactId>ags-js-api4</artifactId> |
581 | | - <scope>test</scope> |
582 | | - </dependency> |
583 | | - <dependency> |
584 | | - <groupId>com.esri</groupId> |
585 | | - <artifactId>terraformer-js</artifactId> |
586 | | - <scope>test</scope> |
587 | | - </dependency> |
588 | | - <dependency> |
589 | | - <groupId>moment-js</groupId> |
590 | | - <artifactId>moment-js</artifactId> |
591 | | - <scope>test</scope> |
592 | | - </dependency> |
593 | | - <dependency> |
594 | | - <groupId>de.conterra.js</groupId> |
595 | | - <artifactId>apprt-polyfill</artifactId> |
596 | | - <scope>test</scope> |
597 | | - </dependency> |
598 | | - <dependency> |
599 | | - <groupId>de.conterra.js</groupId> |
600 | | - <artifactId>reactivity</artifactId> |
| 542 | + <artifactId>ct-mapapps-js-bom-dev</artifactId> |
| 543 | + <version>${mapapps.version}</version> |
| 544 | + <type>pom</type> |
601 | 545 | <scope>test</scope> |
602 | 546 | </dependency> |
603 | 547 | </dependencies> |
|
0 commit comments