Skip to content

Commit

Permalink
Fixes #412 - Refresh ' Deploy a Dropwizard application' example (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Feb 7, 2024
1 parent 073c2a0 commit 189a69e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions containerapp/dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>examples.azure.containerapp</groupId>
<artifactId>project</artifactId>
<version>1-SNAPSHOT</version>
</parent>
<groupId>examples.azure.containerapp</groupId>
<artifactId>aca-dropwizard</artifactId>
<version>1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ACA :: Deploy a Dropwizard application</name>
<name>Deploy a Dropwizard application</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit 189a69e

Please sign in to comment.