Skip to content

Commit

Permalink
chore(project): add pom.xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 committed Jan 15, 2024
1 parent 47594e1 commit 621a625
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
@@ -0,0 +1,9 @@
<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>

<groupId>org.camunda</groupId>
<artifactId>camunda-external-task-client-js</artifactId>
<version>0.0.1-SNAPSHOT</version>

<!-- DO NOT REMOVE! This file is used for compliance reasons -->
</project>

0 comments on commit 621a625

Please sign in to comment.