Skip to content

Commit

Permalink
#62 - Move TEAM Engine version and dependencies to ets-common
Browse files Browse the repository at this point in the history
  • Loading branch information
dstenger committed Oct 18, 2024
1 parent b7ddce2 commit 3be0ba2
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,12 @@
<properties>
<ets-code>gpkg12-nsg</ets-code>
<spec-version>2.1</spec-version>
<docker.teamengine.version>6.0.0-RC1</docker.teamengine.version>
</properties>

<dependencies>
<dependency>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-spi</artifactId>
<version>6.0.0-RC1</version>
<exclusions>
<exclusion>
<artifactId>xercesImpl</artifactId>
Expand Down Expand Up @@ -160,11 +158,6 @@
<configuration>
<images>
<image>
<build>
<tags>
<tag>${project.version}-teamengine-${docker.teamengine.version}</tag>
</tags>
</build>
<run>
<ports>
<port>8081:8080</port>
Expand All @@ -180,33 +173,6 @@
</images>
</configuration>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-web</artifactId>
<version>${docker.teamengine.version}</version>
<type>war</type>
</artifactItem>
<artifactItem>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-web</artifactId>
<version>${docker.teamengine.version}</version>
<classifier>common-libs</classifier>
<type>zip</type>
</artifactItem>
<artifactItem>
<groupId>org.opengis.cite.teamengine</groupId>
<artifactId>teamengine-console</artifactId>
<version>${docker.teamengine.version}</version>
<classifier>base</classifier>
<type>zip</type>
</artifactItem>
</artifactItems>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 3be0ba2

Please sign in to comment.