Skip to content

Commit 7be4386

Browse files
committed
Fix code style issues
1 parent 46c8928 commit 7be4386

File tree

13 files changed

+5
-19
lines changed
  • components
    • org.wso2.carbon.identity.discovery
    • org.wso2.carbon.identity.oauth.ciba
    • org.wso2.carbon.identity.oauth.common
    • org.wso2.carbon.identity.oauth.dcr
    • org.wso2.carbon.identity.oauth.extension
    • org.wso2.carbon.identity.oauth.par
    • org.wso2.carbon.identity.oauth.rar
    • org.wso2.carbon.identity.oauth.stub
    • org.wso2.carbon.identity.oauth.ui
    • org.wso2.carbon.identity.oidc.dcr
    • org.wso2.carbon.identity.oidc.session
    • org.wso2.carbon.identity.webfinger

13 files changed

+5
-19
lines changed

components/org.wso2.carbon.identity.discovery/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<name>WSO2 Carbon - OAuth OpenId Connect Discovery</name>
3131
<description>OpenId Connect Discovery Bundle</description>
3232
<url>http://wso2.org</url>
33-
3433
<dependencies>
3534
<dependency>
3635
<groupId>commons-codec</groupId>
@@ -149,7 +148,6 @@
149148
org.wso2.carbon.identity.discovery.*;
150149
version="${identity.inbound.auth.oauth.exp.pkg.version}"
151150
</Export-Package>
152-
153151
</instructions>
154152
</configuration>
155153
</plugin>

components/org.wso2.carbon.identity.oauth.ciba/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@
176176
org.wso2.carbon.identity.oauth.ciba.*;
177177
version="${identity.inbound.auth.oauth.exp.pkg.version}",
178178
</Export-Package>
179-
180179
</instructions>
181180
</configuration>
182181
</plugin>

components/org.wso2.carbon.identity.oauth.common/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
<Export-Package>
106106
org.wso2.carbon.identity.oauth.common.*;version="${identity.inbound.auth.oauth.exp.pkg.version}"
107107
</Export-Package>
108-
109108
</instructions>
110109
</configuration>
111110
</plugin>

components/org.wso2.carbon.identity.oauth.dcr/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@
195195
org.wso2.carbon.identity.oauth.dcr.*;version="${identity.inbound.auth.oauth.exp.pkg.version}",
196196
org.wso2.carbon.identity.oauth.dcr.handler.*;version="${identity.inbound.auth.oauth.exp.pkg.version}"
197197
</Export-Package>
198-
199198
</instructions>
200199
</configuration>
201200
</plugin>

components/org.wso2.carbon.identity.oauth.extension/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@
7070
</Bundle-SymbolicName>
7171
<Export-Package>
7272
org.wso2.carbon.identity.oauth.extension.*;version="${identity.inbound.auth.oauth.exp.pkg.version}"
73-
</Export-Package>
74-
73+
</Export-Package>
7574
</instructions>
7675
</configuration>
7776
</plugin>

components/org.wso2.carbon.identity.oauth.par/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,7 @@
191191
!org.wso2.carbon.identity.oauth.par.internal,
192192
org.wso2.carbon.identity.oauth.par.*;
193193
version="${identity.inbound.auth.oauth.exp.pkg.version}",
194-
</Export-Package>
195-
194+
</Export-Package>
196195
</instructions>
197196
</configuration>
198197
</plugin>

components/org.wso2.carbon.identity.oauth.rar/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,7 @@
191191
!org.wso2.carbon.identity.oauth.rar.internal,
192192
org.wso2.carbon.identity.oauth.rar.*;
193193
version="${identity.inbound.auth.oauth.exp.pkg.version}",
194-
</Export-Package>
195-
194+
</Export-Package>
196195
</instructions>
197196
</configuration>
198197
</plugin>

components/org.wso2.carbon.identity.oauth.stub/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@
120120
<Export-Package>
121121
org.wso2.carbon.identity.oauth.stub.*; version="${identity.inbound.auth.oauth.exp.pkg.version}",
122122
org.wso2.carbon.identity.oauth2.stub.*; version="${identity.inbound.auth.oauth.exp.pkg.version}"
123-
</Export-Package>
124-
123+
</Export-Package>
125124
</instructions>
126125
</configuration>
127126
</plugin>

components/org.wso2.carbon.identity.oauth.ui/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@
146146
org.wso2.carbon.identity.oauth.ui.*;version="${identity.inbound.auth.oauth.exp.pkg.version}"
147147
</Export-Package>
148148
<Carbon-Component>UIBundle</Carbon-Component>
149-
150149
</instructions>
151150
</configuration>
152151
</plugin>

components/org.wso2.carbon.identity.oidc.dcr/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@
163163
<Export-Package>
164164
!org.wso2.carbon.identity.oidc.dcr.internal,
165165
org.wso2.carbon.identity.oidc.dcr.*;version="${identity.inbound.auth.oauth.exp.pkg.version}"
166-
</Export-Package>
167-
166+
</Export-Package>
168167
</instructions>
169168
</configuration>
170169
</plugin>

0 commit comments

Comments
 (0)