Archived
0

Новый API: Регистрация комманд для Apache Felix Gogo Shell

This commit is contained in:
2016-08-15 12:07:54 +03:00
parent ec2343feff
commit 15f1da3dac
3 changed files with 65 additions and 1 deletions

View File

@@ -19,9 +19,17 @@
<groupId>asys</groupId>
<artifactId>api</artifactId>
<version>0.2</version>
<version>0.3</version>
<packaging>bundle</packaging>
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<version>6.0.0</version>
</dependency>
</dependencies>
<build>
<finalName>${project.groupId}.${project.artifactId}-${project.version}</finalName>
<plugins>