Skip to content

Commit 50866d1

Browse files
authored
Merge pull request #283 from simlu/develop
fix for #281
2 parents 05d99b6 + 4094dd1 commit 50866d1

File tree

4 files changed

+5
-16
lines changed

4 files changed

+5
-16
lines changed

.idea/libraries/Maven__javax_annotation_javax_annotation_api_1_3_1.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

PS4k.iml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@
317317
<SOURCES />
318318
</library>
319319
</orderEntry>
320-
<orderEntry type="library" name="Maven: javax.annotation:javax.annotation-api:1.3.1" level="project" />
321320
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
322321
<orderEntry type="module-library">
323322
<library name="Maven: org.junit:org.springframework.orm:4.12.0">
26 KB
Binary file not shown.

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
./lib/trove-3.0.3.jar
162162
./lib/jpct-1.15.0.jar
163163
./lib/commons-logging-1.1.1.jar
164+
./lib/javax.annotation-api-1.3.2.jar
164165
./lib/log4j-1.2.17.jar
165166
./lib/org.springframework.asm-3.1.2.jar
166167
./lib/org.springframework.aspects-3.1.2.jar
@@ -411,9 +412,11 @@
411412
</dependency>
412413
<dependency>
413414
<!-- fix for https://github.com/simlu/voxelshop/issues/281 -->
414-
<groupId>javax.annotation</groupId>
415415
<artifactId>javax.annotation-api</artifactId>
416-
<version>1.3.1</version>
416+
<groupId>javax.annotation</groupId>
417+
<scope>system</scope>
418+
<version>1.3.2</version>
419+
<systemPath>${project.basedir}/lib/spring/javax.annotation-api-1.3.2.jar</systemPath>
417420
</dependency>
418421
<dependency>
419422
<groupId>junit</groupId>

0 commit comments

Comments
 (0)