Skip to content

Commit de93bc2

Browse files
committed
Use API instead of whole atlassian-authentication-plugin as dependency
1 parent 2086f49 commit de93bc2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107

108108
<dependency>
109109
<groupId>com.atlassian.plugins.authentication</groupId>
110-
<artifactId>atlassian-authentication-plugin</artifactId>
110+
<artifactId>atlassian-authentication-plugin-api</artifactId>
111111
<scope>provided</scope>
112112
</dependency>
113113

confluence/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155

156156
<dependency>
157157
<groupId>com.atlassian.plugins.authentication</groupId>
158-
<artifactId>atlassian-authentication-plugin</artifactId>
158+
<artifactId>atlassian-authentication-plugin-api</artifactId>
159159
<scope>provided</scope>
160160
</dependency>
161161

crowd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140

141141
<dependency>
142142
<groupId>com.atlassian.plugins.authentication</groupId>
143-
<artifactId>atlassian-authentication-plugin</artifactId>
143+
<artifactId>atlassian-authentication-plugin-api</artifactId>
144144
<scope>provided</scope>
145145
</dependency>
146146

jira/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146

147147
<dependency>
148148
<groupId>com.atlassian.plugins.authentication</groupId>
149-
<artifactId>atlassian-authentication-plugin</artifactId>
149+
<artifactId>atlassian-authentication-plugin-api</artifactId>
150150
<scope>provided</scope>
151151
</dependency>
152152

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168

169169
<dependency>
170170
<groupId>com.atlassian.plugins.authentication</groupId>
171-
<artifactId>atlassian-authentication-plugin</artifactId>
171+
<artifactId>atlassian-authentication-plugin-api</artifactId>
172172
<version>${atlassian.authentication.version}</version>
173173
</dependency>
174174

0 commit comments

Comments
 (0)