51 lines
1.3 KiB
Plaintext
51 lines
1.3 KiB
Plaintext
<dependencies>
|
|
<dependency>
|
|
<maven>
|
|
<groupId>org.osgi</groupId>
|
|
<artifactId>org.osgi.core</artifactId>
|
|
<version>4.2.0</version>
|
|
</maven>
|
|
<jpp>
|
|
<groupId>JPP/felix</groupId>
|
|
<artifactId>org.osgi.core</artifactId>
|
|
<version>1.2.0</version>
|
|
</jpp>
|
|
</dependency>
|
|
<dependency>
|
|
<maven>
|
|
<groupId>asm</groupId>
|
|
<artifactId>asm-commons</artifactId>
|
|
<version>3.1</version>
|
|
</maven>
|
|
<jpp>
|
|
<groupId>JPP/objectweb-asm</groupId>
|
|
<artifactId>asm-commons</artifactId>
|
|
<version>3.2</version>
|
|
</jpp>
|
|
</dependency>
|
|
<dependency>
|
|
<maven>
|
|
<groupId>asm</groupId>
|
|
<artifactId>asm</artifactId>
|
|
<version>3.1</version>
|
|
</maven>
|
|
<jpp>
|
|
<groupId>JPP/objectweb-asm</groupId>
|
|
<artifactId>asm</artifactId>
|
|
<version>3.2</version>
|
|
</jpp>
|
|
</dependency>
|
|
<dependency>
|
|
<maven>
|
|
<groupId>asm</groupId>
|
|
<artifactId>asm-tree</artifactId>
|
|
<version>3.1</version>
|
|
</maven>
|
|
<jpp>
|
|
<groupId>JPP/objectweb-asm</groupId>
|
|
<artifactId>asm-tree</artifactId>
|
|
<version>3.2</version>
|
|
</jpp>
|
|
</dependency>
|
|
</dependencies>
|