|
16 | 16 | <url>http://bitctrl.github.io/${project.artifactId}/</url> |
17 | 17 |
|
18 | 18 | <properties> |
19 | | - <tycho.version>1.7.0</tycho.version> |
| 19 | + <tycho.version>2.3.0</tycho.version> |
20 | 20 | <maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format> |
21 | 21 | <distributionspaket.status>BETA</distributionspaket.status> |
22 | 22 | <distributionspaket.standDatum>${maven.build.timestamp}</distributionspaket.standDatum> |
23 | | - <jackson.version>[2.9.8,2.12.2)</jackson.version> |
| 23 | + <jackson.version>2.12.3</jackson.version> |
24 | 24 | <jersey.version>2.26</jersey.version> |
25 | 25 | <hibernate.version>5.4.9.Final</hibernate.version> |
26 | 26 | <jaxb-version>2.3.3</jaxb-version> |
|
59 | 59 | </ciManagement> |
60 | 60 |
|
61 | 61 | <repositories> |
| 62 | + <repository> |
| 63 | + <id>maven-central</id> |
| 64 | + <url>https://repo1.maven.org/maven2/</url> |
| 65 | + </repository> |
62 | 66 | <repository> |
63 | 67 | <id>geotools-repo</id> |
64 | 68 | <url>https://download.osgeo.org/webdav/geotools/</url> |
|
75 | 79 | <profiles> |
76 | 80 | <profile> |
77 | 81 | <id>bitctrl</id> |
78 | | - <pluginRepositories> |
79 | | - <pluginRepository> |
80 | | - <snapshots> |
81 | | - <enabled>false</enabled> |
82 | | - </snapshots> |
83 | | - <id>bintray-datenverteiler-maven</id> |
84 | | - <name>bintray-plugins</name> |
85 | | - <url>http://dl.bintray.com/datenverteiler/maven</url> |
86 | | - </pluginRepository> |
87 | | - </pluginRepositories> |
88 | 82 | <repositories> |
89 | 83 | <repository> |
90 | 84 | <id>bitctrl.nexus</id> |
|
112 | 106 | </dependency> |
113 | 107 | </dependencies> |
114 | 108 | </profile> |
115 | | - <profile> |
116 | | - <id>bintray</id> |
117 | | - <activation> |
118 | | - <activeByDefault>true</activeByDefault> |
119 | | - </activation> |
120 | | - <repositories> |
121 | | - <repository> |
122 | | - <snapshots> |
123 | | - <enabled>false</enabled> |
124 | | - </snapshots> |
125 | | - <id>bintray-bitctrl-maven</id> |
126 | | - <name>bintray</name> |
127 | | - <url>http://dl.bintray.com/bitctrl/maven</url> |
128 | | - </repository> |
129 | | - </repositories> |
130 | | - <pluginRepositories> |
131 | | - <pluginRepository> |
132 | | - <snapshots> |
133 | | - <enabled>false</enabled> |
134 | | - </snapshots> |
135 | | - <id>bintray-datenverteiler-maven</id> |
136 | | - <name>bintray-plugins</name> |
137 | | - <url>http://dl.bintray.com/datenverteiler/maven</url> |
138 | | - </pluginRepository> |
139 | | - </pluginRepositories> |
140 | | - </profile> |
141 | | - <profile> |
142 | | - <id>bintray-deploy</id> |
143 | | - <distributionManagement> |
144 | | - <repository> |
145 | | - <id>bintray-bitctrl-maven</id> |
146 | | - <name>bitctrl-maven</name> |
147 | | - <url>https://api.bintray.com/maven/bitctrl/maven/${project.artifactId}/;publish=1</url> |
148 | | - </repository> |
149 | | - </distributionManagement> |
150 | | - </profile> |
151 | 109 | </profiles> |
152 | 110 |
|
153 | 111 | <dependencies> |
|
232 | 190 | <artifactId>jackson-jaxrs-json-provider</artifactId> |
233 | 191 | <version>${jackson.version}</version> |
234 | 192 | </dependency> |
235 | | - <dependency> |
236 | | - <groupId>com.nimbusds.srp6a</groupId> |
237 | | - <artifactId>com.nimbusds.srp6a</artifactId> |
238 | | - <version>1.0.0</version> |
239 | | - </dependency> |
240 | 193 | <dependency> |
241 | 194 | <groupId>commons-net</groupId> |
242 | 195 | <artifactId>commons-net</artifactId> |
|
0 commit comments