|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | - |
3 | 2 | <!-- |
4 | 3 | ~ DO NOT REMOVE COPYRIGHT NOTICES OR THIS HEADER. |
5 | 4 | ~ |
|
24 | 23 | ~ your own identifying information: |
25 | 24 | ~ "Portions Copyrighted [year] [name of copyright owner]" |
26 | 25 | ~ |
| 26 | + ~ Portions Copyright 2025 Wren Security. |
27 | 27 | --> |
28 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" |
29 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
30 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 28 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
31 | 29 | <modelVersion>4.0.0</modelVersion> |
32 | 30 |
|
33 | 31 | <parent> |
34 | | - <groupId>org.forgerock.openicf.connectors</groupId> |
35 | | - <artifactId>connectors-parent</artifactId> |
36 | | - <version>1.5.0.0</version> |
| 32 | + <groupId>org.wrensecurity.wrenicf.connector</groupId> |
| 33 | + <artifactId>connector-bundle-parent</artifactId> |
| 34 | + <version>1.5.3.2</version> |
37 | 35 | </parent> |
38 | 36 |
|
39 | | - <groupId>org.forgerock.openicf.connectors</groupId> |
40 | 37 | <artifactId>ssh-connector</artifactId> |
41 | | - <version>1.4.1.0</version> |
| 38 | + <version>1.5.3.0-SNAPSHOT</version> |
42 | 39 | <packaging>bundle</packaging> |
43 | 40 |
|
44 | 41 | <name>SSH Connector for Wren:ICF</name> |
45 | 42 | <description>Generic SSH connector</description> |
| 43 | + |
46 | 44 | <url>https://github.com/WrenSecurity/wrenicf-ssh-connector</url> |
47 | | - <inceptionYear>2017</inceptionYear> |
48 | 45 |
|
49 | 46 | <scm> |
50 | 47 | <url>https://github.com/WrenSecurity/wrenicf-ssh-connector</url> |
51 | 48 | <connection>scm:git:git://github.com/WrenSecurity/wrenicf-ssh-connector.git</connection> |
52 | 49 | <developerConnection>scm:git:git@github.com:WrenSecurity/wrenicf-ssh-connector.git</developerConnection> |
| 50 | + <tag>HEAD</tag> |
53 | 51 | </scm> |
54 | 52 |
|
| 53 | + <distributionManagement> |
| 54 | + <snapshotRepository> |
| 55 | + <id>wrensecurity-snapshots</id> |
| 56 | + <name>Wren Security Snapshot Repository</name> |
| 57 | + <url>https://wrensecurity.jfrog.io/wrensecurity/snapshots</url> |
| 58 | + </snapshotRepository> |
| 59 | + |
| 60 | + <repository> |
| 61 | + <id>wrensecurity-releases</id> |
| 62 | + <name>Wren Security Release Repository</name> |
| 63 | + <url>https://wrensecurity.jfrog.io/wrensecurity/releases</url> |
| 64 | + </repository> |
| 65 | + </distributionManagement> |
| 66 | + |
| 67 | + <repositories> |
| 68 | + <repository> |
| 69 | + <id>wrensecurity-releases</id> |
| 70 | + <name>Wren Security Release Repository</name> |
| 71 | + <url>https://wrensecurity.jfrog.io/wrensecurity/releases</url> |
| 72 | + |
| 73 | + <snapshots> |
| 74 | + <enabled>false</enabled> |
| 75 | + </snapshots> |
| 76 | + |
| 77 | + <releases> |
| 78 | + <enabled>true</enabled> |
| 79 | + </releases> |
| 80 | + </repository> |
| 81 | + |
| 82 | + <repository> |
| 83 | + <id>wrensecurity-snapshots</id> |
| 84 | + <name>Wren Security Snapshot Repository</name> |
| 85 | + <url>https://wrensecurity.jfrog.io/wrensecurity/snapshots</url> |
| 86 | + |
| 87 | + <snapshots> |
| 88 | + <enabled>true</enabled> |
| 89 | + </snapshots> |
| 90 | + |
| 91 | + <releases> |
| 92 | + <enabled>false</enabled> |
| 93 | + </releases> |
| 94 | + </repository> |
| 95 | + |
| 96 | + </repositories> |
| 97 | + |
55 | 98 | <issueManagement> |
56 | 99 | <system>GitHub Issues</system> |
57 | 100 | <url>https://github.com/WrenSecurity/wrenicf-ssh-connector/issues</url> |
|
68 | 111 | </mailingLists> |
69 | 112 |
|
70 | 113 | <properties> |
71 | | - <maven.compiler.target>1.7</maven.compiler.target> |
72 | | - <maven.compiler.source>1.7</maven.compiler.source> |
| 114 | + <pgpVerifyKeysVersion>1.9.5</pgpVerifyKeysVersion> |
| 115 | + <maven.compiler.release>17</maven.compiler.release> |
| 116 | + |
73 | 117 | <connectorPackage>org.forgerock.openicf.connectors.ssh</connectorPackage> |
74 | 118 | <connectorClass>SSHConnector</connectorClass> |
75 | | - <framework.compatibilityVersion>1.4</framework.compatibilityVersion> |
76 | | - <framework.releaseVersion>1.0</framework.releaseVersion> |
77 | | - </properties> |
78 | | - |
79 | | - <repositories> |
80 | | - <!-- Needed to retrieve parent POM --> |
81 | | - <repository> |
82 | | - <id>wrensecurity-releases</id> |
83 | | - <name>Wren Security Release Repository</name> |
84 | | - <url>https://wrensecurity.jfrog.io/wrensecurity/releases</url> |
| 119 | + <framework.compatibilityVersion>1.5</framework.compatibilityVersion> |
| 120 | + <framework.releaseVersion>3.2</framework.releaseVersion> |
85 | 121 |
|
86 | | - <snapshots> |
87 | | - <enabled>false</enabled> |
88 | | - </snapshots> |
89 | | - |
90 | | - <releases> |
91 | | - <enabled>true</enabled> |
92 | | - </releases> |
93 | | - </repository> |
94 | | - </repositories> |
| 122 | + <openicf.maven.plugin.version>1.5.0</openicf.maven.plugin.version> |
| 123 | + </properties> |
95 | 124 |
|
96 | 125 | <dependencies> |
97 | | - <dependency> |
98 | | - <groupId>org.forgerock.openicf.framework</groupId> |
99 | | - <artifactId>connector-framework</artifactId> |
| 126 | + <dependency> |
| 127 | + <groupId>org.wrensecurity.wrenicf.framework</groupId> |
| 128 | + <artifactId>connector-framework-core</artifactId> |
100 | 129 | </dependency> |
101 | 130 |
|
102 | 131 | <dependency> |
103 | | - <groupId>org.codehaus.groovy</groupId> |
104 | | - <artifactId>groovy-all</artifactId> |
105 | | - <version>2.4.7</version> |
| 132 | + <groupId>org.apache.groovy</groupId> |
| 133 | + <artifactId>groovy</artifactId> |
| 134 | + <version>5.0.2</version> |
106 | 135 | <scope>provided</scope> |
107 | 136 | </dependency> |
108 | 137 |
|
|
115 | 144 | <dependency> |
116 | 145 | <groupId>com.jcraft</groupId> |
117 | 146 | <artifactId>jsch</artifactId> |
118 | | - <version>0.1.53</version> |
| 147 | + <version>0.1.55</version> |
119 | 148 | </dependency> |
120 | 149 |
|
121 | 150 | <dependency> |
122 | | - <groupId>org.testng</groupId> |
123 | | - <artifactId>testng</artifactId> |
124 | | - <scope>test</scope> |
| 151 | + <groupId>org.wrensecurity.wrenicf.connector</groupId> |
| 152 | + <artifactId>groovy-connector</artifactId> |
| 153 | + <version>1.5.3.0</version> |
125 | 154 | </dependency> |
126 | 155 |
|
127 | 156 | <dependency> |
128 | | - <groupId>org.forgerock.openicf.framework</groupId> |
129 | | - <artifactId>connector-framework-internal</artifactId> |
130 | | - <scope>test</scope> |
| 157 | + <groupId>ch.qos.logback</groupId> |
| 158 | + <artifactId>logback-classic</artifactId> |
| 159 | + <version>1.2.13</version> |
131 | 160 | </dependency> |
132 | 161 |
|
133 | 162 | <dependency> |
134 | | - <groupId>org.forgerock.openicf.framework</groupId> |
135 | | - <artifactId>connector-test-common</artifactId> |
| 163 | + <groupId>org.testng</groupId> |
| 164 | + <artifactId>testng</artifactId> |
| 165 | + <version>7.8.0</version> |
136 | 166 | <scope>test</scope> |
137 | 167 | </dependency> |
138 | 168 |
|
139 | 169 | <dependency> |
140 | | - <groupId>${project.groupId}</groupId> |
141 | | - <artifactId>groovy-connector</artifactId> |
142 | | - <version>1.4.3.0</version> |
| 170 | + <groupId>org.wrensecurity.wrenicf.framework</groupId> |
| 171 | + <artifactId>connector-framework-internal</artifactId> |
| 172 | + <scope>test</scope> |
143 | 173 | </dependency> |
144 | 174 |
|
145 | 175 | <dependency> |
146 | | - <groupId>ch.qos.logback</groupId> |
147 | | - <artifactId>logback-classic</artifactId> |
148 | | - <version>1.1.5</version> |
| 176 | + <groupId>org.wrensecurity.wrenicf.framework</groupId> |
| 177 | + <artifactId>connector-framework-test</artifactId> |
| 178 | + <scope>test</scope> |
149 | 179 | </dependency> |
150 | 180 | </dependencies> |
151 | 181 |
|
152 | 182 | <build> |
153 | 183 | <plugins> |
154 | 184 | <plugin> |
155 | | - <groupId>org.codehaus.gmaven</groupId> |
156 | | - <artifactId>gmaven-plugin</artifactId> |
157 | | - <version>1.5</version> |
| 185 | + <groupId>org.codehaus.gmavenplus</groupId> |
| 186 | + <artifactId>gmavenplus-plugin</artifactId> |
| 187 | + <version>4.2.1</version> |
158 | 188 |
|
159 | 189 | <configuration> |
160 | | - <providerSelection>2.0</providerSelection> |
161 | | - <sourceEncoding>UTF-8</sourceEncoding> |
| 190 | + <targetBytecode>${maven.compiler.release}</targetBytecode> |
162 | 191 | </configuration> |
163 | 192 |
|
164 | 193 | <executions> |
|
167 | 196 | <goal>generateStubs</goal> |
168 | 197 | <goal>compile</goal> |
169 | 198 | <goal>generateTestStubs</goal> |
170 | | - <goal>testCompile</goal> |
| 199 | + <goal>compileTests</goal> |
171 | 200 | </goals> |
172 | 201 | </execution> |
173 | 202 | </executions> |
174 | | - |
175 | | - <dependencies> |
176 | | - <dependency> |
177 | | - <groupId>org.codehaus.gmaven.runtime</groupId> |
178 | | - <artifactId>gmaven-runtime-2.0</artifactId> |
179 | | - <version>1.5</version> |
180 | | - </dependency> |
181 | | - |
182 | | - <dependency> |
183 | | - <groupId>org.codehaus.groovy</groupId> |
184 | | - <artifactId>groovy-all</artifactId> |
185 | | - <version>2.2.2</version> |
186 | | - </dependency> |
187 | | - </dependencies> |
188 | 203 | </plugin> |
189 | 204 |
|
190 | 205 | <plugin> |
191 | 206 | <groupId>org.apache.felix</groupId> |
192 | 207 | <artifactId>maven-bundle-plugin</artifactId> |
193 | 208 | <extensions>true</extensions> |
194 | | - |
195 | | - <configuration> |
196 | | - <instructions> |
197 | | - <Require-Bundle>groovy-all</Require-Bundle> |
198 | | - </instructions> |
199 | | - </configuration> |
200 | 209 | </plugin> |
201 | 210 |
|
202 | 211 | <plugin> |
|
0 commit comments