提交 4950f826 编写于 作者: M mbishop

Fix for https://github.com/stephenc/jcip-annotations/issues/1

Also removed unused dependency on junit.
上级 a6ad047d
......@@ -25,6 +25,7 @@
<groupId>com.github.stephenc.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
<packaging>bundle</packaging>
<version>1.0-2-SNAPSHOT</version>
<name>JCIP Annotations under Apache License</name>
......@@ -78,18 +79,13 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>
......@@ -148,7 +144,12 @@
<target>1.5</target>
</configuration>
</plugin>
</plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
<reporting>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册