Skip to content

Commit

Permalink
Remove bintray maven repository
Browse files Browse the repository at this point in the history
Change-Id: Ifd173e6be28809304f7ca194d07df7bd5d494291
Signed-off-by: Ralph Steiner <steiner.ralph@gmail.com>
  • Loading branch information
ralph-steiner committed Apr 28, 2021
1 parent 04bba5e commit 8c8d86f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 44 deletions.
28 changes: 16 additions & 12 deletions org.eclipse.scout.rt.ui.html.scriptprocessor/pom.xml
@@ -1,16 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2014-2015 BSI Business Systems Integration AG.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
BSI Business Systems Integration AG - initial API and implementation
-->
<!-- Copyright (c) 2014-2015 BSI Business Systems Integration AG. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: BSI Business Systems Integration AG - initial API and implementation -->
<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">
<modelVersion>4.0.0</modelVersion>

Expand All @@ -35,6 +24,8 @@
<dependency>
<groupId>com.yahoo.platform.yui</groupId>
<artifactId>yuicompressor</artifactId>
<!-- hosted at github.com/bsi-software/yuicompressor -->
<version>2.4.9-BSI-2</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand All @@ -46,6 +37,8 @@
<dependency>
<groupId>com.asual.lesscss</groupId>
<artifactId>lesscss-engine</artifactId>
<!-- hosted at github.com/bsi-software/lesscss-engine -->
<version>1.7.4.bsiR03</version>
<scope>provided</scope>
<!-- Do not exclude commons-logging because it is used within sandboxes (see ScriptProcessor). -->
</dependency>
Expand Down Expand Up @@ -95,4 +88,15 @@

<!-- primarily for license header generation -->
<inceptionYear>2014</inceptionYear>

<repositories>
<repository>
<id>yuicompressor</id>
<url>https://bsi-software.github.io/yuicompressor/</url>
</repository>
<repository>
<id>lesscss-engine</id>
<url>https://bsi-software.github.io/lesscss-engine/</url>
</repository>
</repositories>
</project>
32 changes: 0 additions & 32 deletions org.eclipse.scout.rt/pom.xml
Expand Up @@ -470,20 +470,6 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.yahoo.platform.yui</groupId>
<artifactId>yuicompressor</artifactId>
<version>2.4.9-BSI-1</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.asual.lesscss</groupId>
<artifactId>lesscss-engine</artifactId>
<version>1.7.4.bsiR02</version>
<scope>provided</scope>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -789,15 +775,6 @@
<name>eclipse-snapshot-repo</name>
<url>https://repo.eclipse.org/content/groups/snapshots/</url>
</repository>
<!-- Bintray Repository for com.asual.lesscss:lesscss-engine dependency -->
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-bsi-business-systems-integration-ag-scout-eclipse-org</id>
<name>bintray</name>
<url>https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org</url>
</repository>
</repositories>

<pluginRepositories>
Expand All @@ -815,15 +792,6 @@
<name>eclipse-snapshot-repo</name>
<url>https://repo.eclipse.org/content/groups/snapshots/</url>
</pluginRepository>
<!-- Bintray Repository for yui-compressor -->
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-bsi-business-systems-integration-ag-scout-eclipse-org</id>
<name>bintray-plugins</name>
<url>https://dl.bintray.com/bsi-business-systems-integration-ag/scout-eclipse-org</url>
</pluginRepository>
</pluginRepositories>

<distributionManagement>
Expand Down

0 comments on commit 8c8d86f

Please sign in to comment.