Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit fd55848

Browse files
committed
bintray eliminiert, Tycho aktualisiert
1 parent f392ee2 commit fd55848

File tree

1 file changed

+6
-53
lines changed

1 file changed

+6
-53
lines changed

pom.xml

Lines changed: 6 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<url>http://bitctrl.github.io/${project.artifactId}/</url>
1717

1818
<properties>
19-
<tycho.version>1.7.0</tycho.version>
19+
<tycho.version>2.3.0</tycho.version>
2020
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
2121
<distributionspaket.status>BETA</distributionspaket.status>
2222
<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>
2424
<jersey.version>2.26</jersey.version>
2525
<hibernate.version>5.4.9.Final</hibernate.version>
2626
<jaxb-version>2.3.3</jaxb-version>
@@ -59,6 +59,10 @@
5959
</ciManagement>
6060

6161
<repositories>
62+
<repository>
63+
<id>maven-central</id>
64+
<url>https://repo1.maven.org/maven2/</url>
65+
</repository>
6266
<repository>
6367
<id>geotools-repo</id>
6468
<url>https://download.osgeo.org/webdav/geotools/</url>
@@ -75,16 +79,6 @@
7579
<profiles>
7680
<profile>
7781
<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>
8882
<repositories>
8983
<repository>
9084
<id>bitctrl.nexus</id>
@@ -112,42 +106,6 @@
112106
</dependency>
113107
</dependencies>
114108
</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>
151109
</profiles>
152110

153111
<dependencies>
@@ -232,11 +190,6 @@
232190
<artifactId>jackson-jaxrs-json-provider</artifactId>
233191
<version>${jackson.version}</version>
234192
</dependency>
235-
<dependency>
236-
<groupId>com.nimbusds.srp6a</groupId>
237-
<artifactId>com.nimbusds.srp6a</artifactId>
238-
<version>1.0.0</version>
239-
</dependency>
240193
<dependency>
241194
<groupId>commons-net</groupId>
242195
<artifactId>commons-net</artifactId>

0 commit comments

Comments
 (0)