Skip to content

Commit

Permalink
Add missing util dependency required for the Ecorification
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoKlare committed Apr 4, 2018
1 parent 915d969 commit 7148fca
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
</dependency>
<dependency>
<groupId>org.cocome</groupId>
<artifactId>edu.kit.ipd.sdq.activextendannotations</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>de.kit.ipd</groupId>
<artifactId>java-old-utils</artifactId>
Expand Down

0 comments on commit 7148fca

Please sign in to comment.