Skip to content

Commit e72248f

Browse files
Restore wrapper common POM to commit 430f1cd
1 parent e3232fb commit e72248f

File tree

1 file changed

+68
-60
lines changed

1 file changed

+68
-60
lines changed

wrappercommon/pom.xml

Lines changed: 68 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,83 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5-
<modelVersion>4.0.0</modelVersion>
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
66

7-
<parent>
8-
<groupId>com.genexus</groupId>
9-
<artifactId>parent</artifactId>
10-
<version>${revision}${changelist}</version>
11-
</parent>
7+
<parent>
8+
<groupId>com.genexus</groupId>
9+
<artifactId>parent</artifactId>
10+
<version>${revision}${changelist}</version>
11+
</parent>
1212

13-
<artifactId>gxwrappercommon</artifactId>
14-
<name>GeneXus Wrapper common</name>
13+
<artifactId>gxwrappercommon</artifactId>
14+
<name>GeneXus Wrapper common</name>
1515

16-
<dependencies>
17-
<dependency>
18-
<groupId>${project.groupId}</groupId>
19-
<artifactId>gxcommon</artifactId>
20-
<version>${project.version}</version>
21-
</dependency>
22-
<dependency>
23-
<groupId>com.fasterxml.jackson.core</groupId>
24-
<artifactId>jackson-core</artifactId>
25-
<version>${jackson.version}</version>
26-
</dependency>
16+
<dependencies>
17+
<dependency>
18+
<groupId>${project.groupId}</groupId>
19+
<artifactId>gxcommon</artifactId>
20+
<version>${project.version}</version>
21+
</dependency>
22+
<dependency>
23+
<groupId>com.fasterxml.jackson.core</groupId>
24+
<artifactId>jackson-core</artifactId>
25+
<version>${jackson.version}</version>
26+
</dependency>
2727
<dependency>
2828
<groupId>org.apache.logging.log4j</groupId>
2929
<artifactId>log4j-core</artifactId>
3030
<version>${log4j.version}</version>
3131
</dependency>
32-
<dependency>
33-
<groupId>commons-io</groupId>
34-
<artifactId>commons-io</artifactId>
35-
<version>2.11.0</version>
36-
</dependency>
37-
<dependency>
38-
<groupId>org.apache.ws.security</groupId>
39-
<artifactId>wss4j</artifactId>
40-
<version>1.6.19</version>
41-
<exclusions>
32+
<dependency>
33+
<groupId>commons-io</groupId>
34+
<artifactId>commons-io</artifactId>
35+
<version>2.11.0</version>
36+
</dependency>
37+
<dependency>
38+
<groupId>org.apache.wss4j</groupId>
39+
<artifactId>wss4j-ws-security-common</artifactId>
40+
<version>2.4.3</version>
41+
<exclusions>
4242
<exclusion>
4343
<groupId>org.apache.geronimo.javamail</groupId>
4444
<artifactId>geronimo-javamail_1.4_mail</artifactId>
4545
</exclusion>
46-
</exclusions>
47-
</dependency>
48-
</dependencies>
46+
</exclusions>
47+
</dependency>
48+
<dependency>
49+
<groupId>org.apache.wss4j</groupId>
50+
<artifactId>wss4j-ws-security-dom</artifactId>
51+
<version>2.4.3</version>
52+
</dependency>
53+
54+
55+
56+
</dependencies>
4957

50-
<build>
51-
<finalName>gxwrappercommon</finalName>
52-
<plugins>
53-
<plugin>
54-
<groupId>org.apache.maven.plugins</groupId>
55-
<artifactId>maven-jar-plugin</artifactId>
56-
<version>3.1.1</version>
57-
<configuration>
58-
<archive>
59-
<manifest>
60-
<addClasspath>false</addClasspath>
61-
</manifest>
62-
<manifestEntries>
63-
<Build-Time>${maven.build.timestamp}</Build-Time>
64-
<Build-User>GeneXus</Build-User>
65-
<Build-Java>${java.version}</Build-Java>
66-
<Build-OS>${os.name}</Build-OS>
67-
<Build-Label>${project.version}</Build-Label>
68-
<Build-Path>${basedir}</Build-Path>
69-
</manifestEntries>
70-
</archive>
71-
</configuration>
72-
</plugin>
73-
</plugins>
74-
</build>
75-
</project>
58+
<build>
59+
<finalName>gxwrappercommon</finalName>
60+
<plugins>
61+
<plugin>
62+
<groupId>org.apache.maven.plugins</groupId>
63+
<artifactId>maven-jar-plugin</artifactId>
64+
<version>3.1.1</version>
65+
<configuration>
66+
<archive>
67+
<manifest>
68+
<addClasspath>false</addClasspath>
69+
</manifest>
70+
<manifestEntries>
71+
<Build-Time>${maven.build.timestamp}</Build-Time>
72+
<Build-User>GeneXus</Build-User>
73+
<Build-Java>${java.version}</Build-Java>
74+
<Build-OS>${os.name}</Build-OS>
75+
<Build-Label>${project.version}</Build-Label>
76+
<Build-Path>${basedir}</Build-Path>
77+
</manifestEntries>
78+
</archive>
79+
</configuration>
80+
</plugin>
81+
</plugins>
82+
</build>
83+
</project>

0 commit comments

Comments
 (0)