Skip to content

Commit 7943ff3

Browse files
committed
Update project to map.apps version 4.18.3
1 parent 39ecf9b commit 7943ff3

4 files changed

Lines changed: 20 additions & 76 deletions

File tree

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
✅ Tested for map.apps 4.17.0 / Linie 4
1+
✅ Tested for map.apps 4.18.3 / Linie 4
22

33
#### Release Notes
44
- autogenerated SNAPSHOT-Release

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"watch-types": "tsc -w --noEmit"
1010
},
1111
"devDependencies": {
12-
"@conterra/ct-mapapps-typings": "~4.18.1",
12+
"@conterra/ct-mapapps-typings": "~4.18.3",
1313
"@conterra/mapapps-mocha-runner": "1.1.1",
1414
"@conterra/reactivity-core": "^0.4.0",
1515
"@types/chai": "4.3.10",
1616
"@types/license-checker": "^25.0.6",
1717
"@types/mocha": "10.0.4",
1818
"arcgis-js-api": "4.29.10",
1919
"chai": "4.3.10",
20-
"ct-mapapps-browser-sync": "0.0.39",
20+
"ct-mapapps-browser-sync": "0.0.41",
2121
"ct-mapapps-gulp-js": "0.10.3",
2222
"eslint-config-ct-prodeng": "1.4.0",
2323
"license-checker": "25.0.1",

pom.xml

Lines changed: 16 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -40,41 +40,23 @@
4040
</pluginRepositories>
4141
<dependencyManagement>
4242
<dependencies>
43+
<!-- dependency versions available -->
4344
<dependency>
4445
<groupId>de.conterra.mapapps</groupId>
45-
<artifactId>ct-mapapps</artifactId>
46+
<artifactId>ct-mapapps-js-bom</artifactId>
4647
<version>${mapapps.version}</version>
4748
<type>pom</type>
4849
<scope>import</scope>
4950
</dependency>
5051
</dependencies>
5152
</dependencyManagement>
5253
<dependencies>
53-
<!-- include for vue-devtools support -->
54+
<!-- include only if old intern test libs are required -->
5455
<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>
7860
<scope>test</scope>
7961
</dependency>
8062
</dependencies>
@@ -277,7 +259,6 @@
277259
<!-- unpack stylus files provided by beautify to map.apps themes -->
278260
<groupId>org.vuetifyjs</groupId>
279261
<artifactId>vuetify</artifactId>
280-
<version>${vuetify.version}</version>
281262
<classifier>dev</classifier>
282263
<outputDirectory>${project.build.directory}/unpacked/layout</outputDirectory>
283264
<includes>vuetify/stylus/**</includes>
@@ -293,6 +274,8 @@
293274
</goals>
294275
<configuration>
295276
<outputDirectory>${project.build.directory}/bundle-imports</outputDirectory>
277+
<includeTypes>jar</includeTypes>
278+
<stripVersion>true</stripVersion>
296279
</configuration>
297280
</execution>
298281
</executions>
@@ -512,13 +495,12 @@
512495
<root.build.outputPath>${project.build.directory}/webapp</root.build.outputPath>
513496
<js.build.outputPath>${root.build.outputPath}/js</js.build.outputPath>
514497

515-
<mapapps.version>4.18.1</mapapps.version>
516-
<vuetify.version>1.5.30</vuetify.version>
498+
<mapapps.version>4.18.3</mapapps.version>
517499
<!-- JS lib versions -->
518500
<apprt.version>${mapapps.version}</apprt.version>
501+
519502
<!-- 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>
522504

523505
<!-- the default app, replaced in the *.html files to switch app names-->
524506
<default.app.name>sample</default.app.name>
@@ -547,7 +529,7 @@
547529
required -->
548530
<mapapps.useChunkedRequestEncoding>true</mapapps.useChunkedRequestEncoding>
549531
<!-- 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>
551533
<!-- enable this if "upload" profile should pre-optimize apps -->
552534
<triggerPreOptimization>false</triggerPreOptimization>
553535
</properties>
@@ -557,47 +539,9 @@
557539
<dependencies>
558540
<dependency>
559541
<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>
601545
<scope>test</scope>
602546
</dependency>
603547
</dependencies>

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"skipLibCheck": true,
1616
"esModuleInterop": true
1717
},
18-
"include": ["src"]
18+
"include": ["src", "node_modules/arcgis-js-api/index.d.ts"]
1919
}

0 commit comments

Comments
 (0)