Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
grada84 committed Dec 11, 2024
1 parent f9e45c6 commit 494b2d4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
14 changes: 7 additions & 7 deletions elections-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<name>elections-ejb</name>

<dependencies>
<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>-->
<!-- <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>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
Expand Down
21 changes: 21 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,19 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<sonar.organization>lacnic</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.exclusions>**/*.css,**/*.js</sonar.exclusions>
</properties>

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -57,5 +68,15 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.github.LACNIC</groupId>
<artifactId>pai-auth-ws-client</artifactId>
<version>1.1.0</version>
</dependency>


</dependencies>


</project>

0 comments on commit 494b2d4

Please sign in to comment.