Skip to content

Commit

Permalink
dependency: javax.annotation-api
Browse files Browse the repository at this point in the history
  • Loading branch information
grada84 committed May 28, 2024
1 parent 199f4df commit 3dbddec
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions elections-ejb/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand All @@ -12,15 +13,20 @@
<artifactId>elections-ejb</artifactId>
<packaging>ejb</packaging>
<name>elections-ejb</name>

<dependencies>
<dependency>
<dependency>
<groupId>portal-auth-client</groupId>
<artifactId>portal-auth-client</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/lib/portal-auth-client.jar</systemPath>
</dependency>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.ejb</groupId>
<artifactId>jboss-ejb-api_3.2_spec</artifactId>
Expand Down Expand Up @@ -150,7 +156,8 @@
<plugin>
<artifactId>maven-ejb-plugin</artifactId>
</plugin>
<!-- <plugin> <artifactId>maven-dependency-plugin</artifactId> </plugin> -->
<!-- <plugin> <artifactId>maven-dependency-plugin</artifactId>
</plugin> -->
</plugins>
<testResources>
<testResource>
Expand Down

0 comments on commit 3dbddec

Please sign in to comment.