Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomah committed Jan 29, 2021
1 parent 4e40f5d commit b97a4bb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>fr.cnieg.cexi</groupId>
<artifactId>gantt</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<name>gantt</name>
<description>Web app to make gantt diagrams</description>

Expand Down Expand Up @@ -69,6 +69,12 @@
<artifactId>janino</artifactId>
</dependency>

<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>6.6</version>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit b97a4bb

Please sign in to comment.