pom.xml contains now the commit id upon which Envoy Common is selected

This commit is contained in:
delvh 2020-01-18 14:11:27 +01:00
parent 6ee56bd635
commit 5f6f94502a

View File

@ -28,7 +28,8 @@
<dependency> <dependency>
<groupId>com.github.informatik-ag-ngl</groupId> <groupId>com.github.informatik-ag-ngl</groupId>
<artifactId>envoy-common</artifactId> <artifactId>envoy-common</artifactId>
<version>develop-SNAPSHOT</version><!-- <version>0.2-alpha</version> --> <version>e5c67b8</version>
<!--<version>develop-SNAPSHOT</version> <version>0.2-alpha</version> -->
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.informatik-ag-ngl</groupId> <groupId>com.github.informatik-ag-ngl</groupId>