Skip to content

Commit be2c567

Browse files
committed
minor refactoring
1 parent 3635903 commit be2c567

3 files changed

Lines changed: 9 additions & 14 deletions

File tree

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,12 @@
210210
<groupId>org.apache.ws.security</groupId>
211211
<artifactId>wss4j</artifactId>
212212
<version>1.6.19</version>
213-
<exclusions>
213+
<exclusions>
214214
<exclusion>
215215
<groupId>org.opensaml</groupId>
216216
<artifactId>opensaml</artifactId>
217217
</exclusion>
218-
</exclusions>
218+
</exclusions>
219219
</dependency>
220220
<dependency>
221221
<groupId>org.apache.commons</groupId>

pom.xml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55

66
<modelVersion>4.0.0</modelVersion>
7-
8-
<name>cybersource-sdk-java-master</name>
9-
10-
<modules>
11-
<module>zip</module>
12-
<module>java</module>
13-
</modules>
14-
15-
<packaging>pom</packaging>
16-
177
<parent>
188
<groupId>org.sonatype.oss</groupId>
199
<artifactId>oss-parent</artifactId>
@@ -23,6 +13,11 @@
2313
<groupId>com.cybersource</groupId>
2414
<artifactId>cybersource-sdk-master</artifactId>
2515
<version>6.2.7-SNAPSHOT</version>
16+
<name>cybersource-sdk-java-master</name>
17+
<packaging>pom</packaging>
2618

27-
19+
<modules>
20+
<module>zip</module>
21+
<module>java</module>
22+
</modules>
2823
</project>

zip/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>cybersource-sdk-zip</artifactId>
13-
<name>${artifactId}</name>
13+
<name>${project.artifactId}</name>
1414
<packaging>pom</packaging>
1515

1616
<build>

0 commit comments

Comments
 (0)