Skip to content

Commit

Permalink
Update to map.apps 4.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Sep 13, 2024
1 parent 45ffd3b commit aa5b4e4
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 103 deletions.
4 changes: 2 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"Vue.volar",
"vue.volar",
"Esri.arcgis-jsapi-snippets",
"ctjdr.vscode-apprt-bundles"
]
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mapapps-devnet-blueprint
# mapapps-portal-item-loader

**This project is not intended for use by non-con terra users.** It is designed for the creation of bundles and their releases in GitHub and can access con terra internal infrastructures for this purpose. To develop your own map.apps bundles, use the [mapapps-4-developers project](https://github.com/conterra/mapapps-4-developers).

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
✅ Tested for map.apps 4.17.0 / Linie 4
✅ Tested for map.apps 4.18.2 / Linie 4

#### Release Notes
- autogenerated SNAPSHOT-Release
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"watch-types": "tsc -w --noEmit"
},
"devDependencies": {
"@conterra/ct-mapapps-typings": "~4.18.1",
"@conterra/ct-mapapps-typings": "~4.18.2",
"@conterra/mapapps-mocha-runner": "1.1.1",
"@conterra/reactivity-core": "^0.4.0",
"@types/chai": "4.3.10",
"@types/license-checker": "^25.0.6",
"@types/mocha": "10.0.4",
"arcgis-js-api": "4.29.10",
"chai": "4.3.10",
"ct-mapapps-browser-sync": "0.0.39",
"ct-mapapps-browser-sync": "0.0.41",
"ct-mapapps-gulp-js": "0.10.3",
"eslint-config-ct-prodeng": "1.4.0",
"license-checker": "25.0.1",
Expand Down
117 changes: 20 additions & 97 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.conterra.devnet</groupId>
<artifactId>mapapps-portal-item-loader</artifactId>
<version>4.18.1</version>
<version>4.18.2</version>
<packaging>jar</packaging>
<repositories>
<repository>
Expand All @@ -42,42 +42,13 @@
<dependencies>
<dependency>
<groupId>de.conterra.mapapps</groupId>
<artifactId>ct-mapapps</artifactId>
<artifactId>ct-mapapps-js-bom</artifactId>
<version>${mapapps.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<!-- include for vue-devtools support -->
<dependency>
<groupId>org.vuejs</groupId>
<artifactId>vue</artifactId>
<classifier>dev</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.vuetifyjs</groupId>
<artifactId>vuetify</artifactId>
<classifier>dev</classifier>
<scope>test</scope>
</dependency>

<!-- test support libs -->
<dependency>
<groupId>de.conterra.jsrt</groupId>
<artifactId>ct-jsrt-test-intern</artifactId>
<version>${ct.jsrt-test.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>de.conterra.jsrt</groupId>
<artifactId>ct-jsrt-test-uitest</artifactId>
<version>${ct.jsrt-test.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
Expand Down Expand Up @@ -273,15 +244,6 @@
<includes>layout/theme-everlasting/**,layout/theme-common/**</includes>
<excludes>layout/theme-everlasting/styles/vuetify/**</excludes>
</artifactItem>
<artifactItem>
<!-- unpack stylus files provided by beautify to map.apps themes -->
<groupId>org.vuetifyjs</groupId>
<artifactId>vuetify</artifactId>
<version>${vuetify.version}</version>
<classifier>dev</classifier>
<outputDirectory>${project.build.directory}/unpacked/layout</outputDirectory>
<includes>vuetify/stylus/**</includes>
</artifactItem>
</artifactItems>
</configuration>
</execution>
Expand All @@ -293,6 +255,7 @@
</goals>
<configuration>
<outputDirectory>${project.build.directory}/bundle-imports</outputDirectory>
<stripVersion>true</stripVersion>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -492,10 +455,10 @@
</plugins>
</build>
<scm>
<connection>scm:git:https://github.com/conterra/mapapps-devnet-blueprint.git</connection>
<developerConnection>scm:git:https://github.com/conterra/mapapps-devnet-blueprint.git
<connection>scm:git:https://github.com/conterra/mapapps-portal-item-loader.git</connection>
<developerConnection>scm:git:https://github.com/conterra/mapapps-portal-item-loader.git
</developerConnection>
<url>https://github.com/conterra/mapapps-devnet-blueprint</url>
<url>https://github.com/conterra/mapapps-portal-item-loader</url>
<tag>HEAD</tag>
</scm>
<distributionManagement>
Expand All @@ -513,13 +476,12 @@
<root.build.outputPath>${project.build.directory}/webapp</root.build.outputPath>
<js.build.outputPath>${root.build.outputPath}/js</js.build.outputPath>

<mapapps.version>4.18.1</mapapps.version>
<vuetify.version>1.5.30</vuetify.version>
<mapapps.version>4.18.2</mapapps.version>
<!-- JS lib versions -->
<apprt.version>${mapapps.version}</apprt.version>

<!-- java lib versions -->
<ct.jsregistry.version>2.1.1</ct.jsregistry.version>
<ct.jsrt-test.version>2.0.2</ct.jsrt-test.version>

<!-- the default app, replaced in the *.html files to switch app names-->
<default.app.name>sample</default.app.name>
Expand Down Expand Up @@ -548,61 +510,22 @@
required -->
<mapapps.useChunkedRequestEncoding>true</mapapps.useChunkedRequestEncoding>
<!-- enable this if "upload" profile should only deploy bundles -->
<skip.apps.upload>false</skip.apps.upload>
<skip.apps.upload>true</skip.apps.upload>
<!-- enable this if "upload" profile should pre-optimize apps -->
<triggerPreOptimization>false</triggerPreOptimization>
</properties>
<profiles>
<profile>
<id>include-mapapps-deps</id>
<dependencies>
<dependency>
<groupId>de.conterra.mapapps</groupId>
<artifactId>ct-mapapps-js</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dojotoolkit</groupId>
<artifactId>dojo-release</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dojotoolkit</groupId>
<artifactId>dgrid</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dojotoolkit</groupId>
<artifactId>dstore</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.esri.js</groupId>
<artifactId>ags-js-api4</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.esri</groupId>
<artifactId>terraformer-js</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>moment-js</groupId>
<artifactId>moment-js</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>de.conterra.js</groupId>
<artifactId>apprt-polyfill</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>de.conterra.js</groupId>
<artifactId>reactivity</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
<profile>
<id>include-mapapps-deps</id>
<dependencies>
<dependency>
<groupId>de.conterra.mapapps</groupId>
<artifactId>ct-mapapps-js-bom-dev</artifactId>
<type>pom</type>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
<profile>
<id>node-install</id>
<activation>
Expand Down

0 comments on commit aa5b4e4

Please sign in to comment.